#BBB6D4

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

Shades of Blue Haze #BBB6D4

Tints of Blue Haze #BBB6D4

Color information

#BBB6D4 (or 0xBBB6D4) is unknown color: approx Blue Haze. HEX triplet: BB, B6 and D4. RGB value is (187,182,212). Sum of RGB (Red+Green+Blue) = 187+182+212=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6D4 is #44492B. Grayscale: #BABABA. Windows color (decimal): -4475180 or 13940411. OLE color: 13940411.

HSL color Cylindrical-coordinate representation of color #BBB6D4: hue angle of 250º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB6D4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187182212-
CMYK0.120.1400.17
HSL250º25.86%77.25%-
HSV(B)250º14.15%83.14%-
XYZ49.1148.7769.11-
YUV186.92142.16128.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=32.19%
G=31.33%
B=36.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871822120.120.1400.1725025.8677.25
HexBBB6D4CE011fa1a4d
Octal273266324141602137232115
Binary1011101110110110110101001100111001000111111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6D4; }

 p { color: rgb(187,182,212); }

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

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

 a { background-color: rgb(187,182,212); }

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

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

 span { border-color: rgb(187,182,212); }

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