#BBB4D0

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

Shades of Blue Haze #BBB4D0

Tints of Blue Haze #BBB4D0

Color information

#BBB4D0 (or 0xBBB4D0) is unknown color: approx Blue Haze. HEX triplet: BB, B4 and D0. RGB value is (187,180,208). Sum of RGB (Red+Green+Blue) = 187+180+208=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4D0 is #444B2F. Grayscale: #B9B9B9. Windows color (decimal): -4475696 or 13677755. OLE color: 13677755.

HSL color Cylindrical-coordinate representation of color #BBB4D0: hue angle of 255º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB4D0 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187180208-
CMYK0.100.1300.18
HSL255º22.95%76.08%-
HSV(B)255º13.46%81.57%-
XYZ48.247.7666.35-
YUV185.28140.82129.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 208 (81.64% from 255) = 36.17%
R=32.52%
G=31.30%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871802080.100.1300.1825522.9576.08
HexBBB4D0AD012ff174c
Octal273264320121502237727114
Binary1011101110110100110100001010110101001011111111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4D0; }

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

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

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

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

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

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

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

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