#B7B1C9

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

Shades of Blue Haze #B7B1C9

Tints of Blue Haze #B7B1C9

Color information

#B7B1C9 (or 0xB7B1C9) is unknown color: approx Blue Haze. HEX triplet: B7, B1 and C9. RGB value is (183,177,201). Sum of RGB (Red+Green+Blue) = 183+177+201=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7B1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1C9 is #484E36. Grayscale: #B5B5B5. Windows color (decimal): -4738615 or 13218231. OLE color: 13218231.

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

Color convert

RGB183177201-
CMYK0.090.1200.21
HSL255º18.18%74.12%-
HSV(B)255º11.94%78.82%-
XYZ45.7945.7361.67-
YUV181.53138.99129.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=32.62%
G=31.55%
B=35.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831772010.090.1200.2125518.1874.12
HexB7B1C99C015ff124a
Octal267261311111402537722112
Binary1011011110110001110010011001110001010111111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1C9; }

 p { color: rgb(183,177,201); }

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

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

 a { background-color: rgb(183,177,201); }

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

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

 span { border-color: rgb(183,177,201); }

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