#B8B2CE

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

Shades of Blue Haze #B8B2CE

Tints of Blue Haze #B8B2CE

Color information

#B8B2CE (or 0xB8B2CE) is unknown color: approx Blue Haze. HEX triplet: B8, B2 and CE. RGB value is (184,178,206). Sum of RGB (Red+Green+Blue) = 184+178+206=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2CE is #474D31. Grayscale: #B6B6B6. Windows color (decimal): -4672818 or 13546168. OLE color: 13546168.

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

Color convert

RGB184178206-
CMYK0.110.1400.19
HSL252.86º22.22%75.29%-
HSV(B)252.86º13.59%80.78%-
XYZ46.8346.4964.9-
YUV182.99140.99128.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.39%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=32.39%
G=31.34%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841782060.110.1400.19252.8622.2275.29
HexB8B2CEBE013fd164b
Octal270262316131602337526113
Binary1011100010110010110011101011111001001111111101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B2CE; }

 p { color: rgb(184,178,206); }

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

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

 a { background-color: rgb(184,178,206); }

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

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

 span { border-color: rgb(184,178,206); }

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