#BBB4CD

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

Shades of Blue Haze #BBB4CD

Tints of Blue Haze #BBB4CD

Color information

#BBB4CD (or 0xBBB4CD) is unknown color: approx Blue Haze. HEX triplet: BB, B4 and CD. RGB value is (187,180,205). Sum of RGB (Red+Green+Blue) = 187+180+205=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CD is #444B32. Grayscale: #B8B8B8. Windows color (decimal): -4475699 or 13481147. OLE color: 13481147.

HSL color Cylindrical-coordinate representation of color #BBB4CD: hue angle of 256.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB4CD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187180205-
CMYK0.090.1200.20
HSL256.8º20%75.49%-
HSV(B)256.8º12.2%80.39%-
XYZ47.8347.6264.43-
YUV184.94139.32129.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=32.69%
G=31.47%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871802050.090.1200.20256.82075.49
HexBBB4CD9C014101144b
Octal273264315111402440124113
Binary10111011101101001100110110011100010100100000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4CD; }

 p { color: rgb(187,180,205); }

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

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

 a { background-color: rgb(187,180,205); }

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

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

 span { border-color: rgb(187,180,205); }

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