#BBB5D6

Color #BBB5D6 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BBB5D6

Tints of Blue Haze #BBB5D6

Color information

#BBB5D6 (or 0xBBB5D6) is unknown color: approx Blue Haze. HEX triplet: BB, B5 and D6. RGB value is (187,181,214). Sum of RGB (Red+Green+Blue) = 187+181+214=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBB5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D6 is #444A29. Grayscale: #BABABA. Windows color (decimal): -4475434 or 14071227. OLE color: 14071227.

HSL color Cylindrical-coordinate representation of color #BBB5D6: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB5D6 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187181214-
CMYK0.130.1500.16
HSL250.91º28.7%77.45%-
HSV(B)250.91º15.42%83.92%-
XYZ49.1548.4770.38-
YUV186.56143.49128.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=32.13%
G=31.10%
B=36.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871812140.130.1500.16250.9128.777.45
HexBBB5D6DF010fb1d4d
Octal273265326151702037335115
Binary1011101110110101110101101101111101000011111011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5D6; }

 p { color: rgb(187,181,214); }

 H1.HeaderClassName
 {
   color: #BBB5D6;
 }
 .AnyTagClassName
 {
   color: #BBB5D6;
 }
</style>
background-color css

<style>
 a { background-color: #BBB5D6; }

 a { background-color: rgb(187,181,214); }

 div.DivClassName
 {
   background-color: #BBB5D6;
 }
 .BgClassName
 {
   background-color: #BBB5D6;
 }
</style>
border-color css

<style>
 span { border-color: #BBB5D6; }

 span { border-color: rgb(187,181,214); }

 td.TdClassName
 {
   border-color: #BBB5D6;
 }
 .TagClassName
 {
   border-color: #BBB5D6;
 }
</style>