#B7B6CE

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

Shades of Blue Haze #B7B6CE

Tints of Blue Haze #B7B6CE

Color information

#B7B6CE (or 0xB7B6CE) is unknown color: approx Blue Haze. HEX triplet: B7, B6 and CE. RGB value is (183,182,206). Sum of RGB (Red+Green+Blue) = 183+182+206=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6CE is #484931. Grayscale: #B8B8B8. Windows color (decimal): -4737330 or 13547191. OLE color: 13547191.

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

Color convert

RGB183182206-
CMYK0.110.1200.19
HSL242.5º19.67%76.08%-
HSV(B)242.5º11.65%80.78%-
XYZ47.447.9865.16-
YUV185.04139.83126.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=32.05%
G=31.87%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831822060.110.1200.19242.519.6776.08
HexB7B6CEBC013f2144c
Octal267266316131402336224114
Binary1011011110110110110011101011110001001111110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6CE; }

 p { color: rgb(183,182,206); }

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

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

 a { background-color: rgb(183,182,206); }

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

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

 span { border-color: rgb(183,182,206); }

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