Color Hex Logo

#bbafeb Color Hex

#BBAFEB
(187,175,235)
0 Favorites   0 Comments

Color spaces of #bbafeb

RGB 187175235
HSL0.700.600.80
HSV252°26°92°
CMYK 0.200.260.00   0.08
XYZ50.818947.222985.0337
Yxy47.22290.27760.2579
Hunter Lab68.718911.7459-25.2630
CIE-Lab74.332116.4563-28.4341

#bbafeb color RGB value is (187,175,235).

#bbafeb hex color red value is 187, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbafeb hue: 0.70 , saturation: 0.60 and the lightness value of bbafeb is 0.80.

The process color (four color CMYK) of #bbafeb color hex is 0.20, 0.26, 0.00, 0.08. Web safe color of #bbafeb is #cc99ff. Color #bbafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11101011
Octal 273 257 353
Decimal 187 175 235
Hex BB AF EB

RGB Percentages of Color #bbafeb

%31.32
%29.31
%39.36

CMYK Percentages of Color #bbafeb

%20
%26
%0
%8

Triadic Colors of #bbafeb

#bbafeb #ebbbaf #afebbb

Analogous Colors of #bbafeb

#bbafeb #d9afeb #afc1eb

Monochromatic Colors of #bbafeb

#bbafeb

Complementary Color

#bbafeb #dfebaf

#bbafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafeb Color CSS Codes

.mybgcolor {background-color:#bbafeb; } 
.myforecolor {color:#bbafeb; }
.mybordercolor {border:3px solid #bbafeb; }

#bbafeb Text Font Color

<p style="color:#bbafeb">Text here</p>

This sample text font color is #bbafeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafeb Background Color

<div style="background-color:#bbafeb">
Div content here</div>

This div background color is #bbafeb


#bbafeb Border Color

<div style="border:3px solid #bbafeb">
Div here</div>

This div border color is #bbafeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafeb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafeb;
  box-shadow:         1px 1px 3px 2px #bbafeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafeb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafeb;
  box-shadow:         1px 1px 3px 2px #bbafeb;">
Div content here</div>

This div box has shadow with color #bbafeb


Comments

No comments written yet.

Please login to write comment.