Color Hex Logo

#bbaafc Color Hex

#BBAAFC
(187,170,252)
0 Favorites   0 Comments

Color spaces of #bbaafc

RGB 187170252
HSL0.700.930.83
HSV252°33°99°
CMYK 0.260.330.00   0.01
XYZ52.438946.342598.2766
Yxy46.34250.26610.2352
Hunter Lab68.075318.3680-37.9410
CIE-Lab73.767223.1584-38.5118

#bbaafc color RGB value is (187,170,252).

#bbaafc hex color red value is 187, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbaafc hue: 0.70 , saturation: 0.93 and the lightness value of bbaafc is 0.83.

The process color (four color CMYK) of #bbaafc color hex is 0.26, 0.33, 0.00, 0.01. Web safe color of #bbaafc is #cc99ff. Color #bbaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 11111100
Octal 273 252 374
Decimal 187 170 252
Hex BB AA FC

RGB Percentages of Color #bbaafc

%30.71
%27.91
%41.38

CMYK Percentages of Color #bbaafc

%26
%33
%0
%1

Triadic Colors of #bbaafc

#bbaafc #fcbbaa #aafcbb

Analogous Colors of #bbaafc

#bbaafc #e4aafc #aac2fc

Monochromatic Colors of #bbaafc

#bbaafc

Complementary Color

#bbaafc #ebfcaa

#bbaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaafc Color CSS Codes

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

#bbaafc Text Font Color

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

This sample text font color is #bbaafc
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.


#bbaafc Background Color

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

This div background color is #bbaafc


#bbaafc Border Color

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

This div border color is #bbaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaafc

Related Colors


Comments

No comments written yet.

Please login to write comment.