#B9B7D0

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

Shades of Blue Haze #B9B7D0

Tints of Blue Haze #B9B7D0

Color information

#B9B7D0 (or 0xB9B7D0) is unknown color: approx Blue Haze. HEX triplet: B9, B7 and D0. RGB value is (185,183,208). Sum of RGB (Red+Green+Blue) = 185+183+208=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7D0 is #46482F. Grayscale: #BABABA. Windows color (decimal): -4606000 or 13678521. OLE color: 13678521.

HSL color Cylindrical-coordinate representation of color #B9B7D0: hue angle of 244.8º 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 #B9B7D0 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185183208-
CMYK0.110.1200.18
HSL244.8º21.01%76.67%-
HSV(B)244.8º12.02%81.57%-
XYZ48.3348.7466.53-
YUV186.45140.16126.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=32.12%
G=31.77%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851832080.110.1200.18244.821.0176.67
HexB9B7D0BC012f5154d
Octal271267320131402236525115
Binary1011100110110111110100001011110001001011110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7D0; }

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

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

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

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

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

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

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

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