#BBB7D0

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

Shades of Blue Haze #BBB7D0

Tints of Blue Haze #BBB7D0

Color information

#BBB7D0 (or 0xBBB7D0) is unknown color: approx Blue Haze. HEX triplet: BB, B7 and D0. RGB value is (187,183,208). Sum of RGB (Red+Green+Blue) = 187+183+208=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D0 is #44482F. Grayscale: #BABABA. Windows color (decimal): -4474928 or 13678523. OLE color: 13678523.

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

Color convert

RGB187183208-
CMYK0.100.1200.18
HSL249.6º21.01%76.67%-
HSV(B)249.6º12.02%81.57%-
XYZ48.8148.9966.56-
YUV187.05139.83127.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=32.35%
G=31.66%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871832080.100.1200.18249.621.0176.67
HexBBB7D0AC012fa154d
Octal273267320121402237225115
Binary1011101110110111110100001010110001001011111010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7D0; }

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

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

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

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

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

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

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

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