#B7B4CE

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

Shades of Blue Haze #B7B4CE

Tints of Blue Haze #B7B4CE

Color information

#B7B4CE (or 0xB7B4CE) is unknown color: approx Blue Haze. HEX triplet: B7, B4 and CE. RGB value is (183,180,206). Sum of RGB (Red+Green+Blue) = 183+180+206=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4CE is #484B31. Grayscale: #B7B7B7. Windows color (decimal): -4737842 or 13546679. OLE color: 13546679.

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

Color convert

RGB183180206-
CMYK0.110.1300.19
HSL246.92º20.97%75.69%-
HSV(B)246.92º12.62%80.78%-
XYZ46.9947.1765.02-
YUV183.86140.49127.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=32.16%
G=31.63%
B=36.20%

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
Decimal1831802060.110.1300.19246.9220.9775.69
HexB7B4CEBD013f7154c
Octal267264316131502336725114
Binary1011011110110100110011101011110101001111110111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B4CE; }

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

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

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

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

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

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

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

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