#B7B5CE

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

Shades of Blue Haze #B7B5CE

Tints of Blue Haze #B7B5CE

Color information

#B7B5CE (or 0xB7B5CE) is unknown color: approx Blue Haze. HEX triplet: B7, B5 and CE. RGB value is (183,181,206). Sum of RGB (Red+Green+Blue) = 183+181+206=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5CE is #484A31. Grayscale: #B8B8B8. Windows color (decimal): -4737586 or 13546935. OLE color: 13546935.

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

Color convert

RGB183181206-
CMYK0.110.1200.19
HSL244.8º20.33%75.88%-
HSV(B)244.8º12.14%80.78%-
XYZ47.1947.5765.09-
YUV184.45140.16126.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=32.11%
G=31.75%
B=36.14%

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
Decimal1831812060.110.1200.19244.820.3375.88
HexB7B5CEBC013f5144c
Octal267265316131402336524114
Binary1011011110110101110011101011110001001111110101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B5CE; }

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

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

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

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

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

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

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

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