#BBB3D6

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

Shades of Blue Haze #BBB3D6

Tints of Blue Haze #BBB3D6

Color information

#BBB3D6 (or 0xBBB3D6) is unknown color: approx Blue Haze. HEX triplet: BB, B3 and D6. RGB value is (187,179,214). Sum of RGB (Red+Green+Blue) = 187+179+214=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D6 is #444C29. Grayscale: #B9B9B9. Windows color (decimal): -4475946 or 14070715. OLE color: 14070715.

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

Color convert

RGB187179214-
CMYK0.130.1600.16
HSL253.71º29.91%77.06%-
HSV(B)253.71º16.36%83.92%-
XYZ48.7547.6670.25-
YUV185.38144.15129.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=32.24%
G=30.86%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871792140.130.1600.16253.7129.9177.06
HexBBB3D6D10010fe1e4d
Octal273263326152002037636115
Binary10111011101100111101011011011000001000011111110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3D6; }

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

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

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

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

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

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

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

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