#B9B4CF

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

Shades of Blue Haze #B9B4CF

Tints of Blue Haze #B9B4CF

Color information

#B9B4CF (or 0xB9B4CF) is unknown color: approx Blue Haze. HEX triplet: B9, B4 and CF. RGB value is (185,180,207). Sum of RGB (Red+Green+Blue) = 185+180+207=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4CF is #464B30. Grayscale: #B8B8B8. Windows color (decimal): -4606769 or 13612217. OLE color: 13612217.

HSL color Cylindrical-coordinate representation of color #B9B4CF: hue angle of 251.11º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9B4CF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185180207-
CMYK0.110.1300.19
HSL251.11º21.95%75.88%-
HSV(B)251.11º13.04%81.18%-
XYZ47.5947.4665.68-
YUV184.57140.66128.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=32.34%
G=31.47%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851802070.110.1300.19251.1121.9575.88
HexB9B4CFBD013fb164c
Octal271264317131502337326114
Binary1011100110110100110011111011110101001111111011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B4CF; }

 p { color: rgb(185,180,207); }

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

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

 a { background-color: rgb(185,180,207); }

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

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

 span { border-color: rgb(185,180,207); }

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