#B3B2CE

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

Shades of Blue Haze #B3B2CE

Tints of Blue Haze #B3B2CE

Color information

#B3B2CE (or 0xB3B2CE) is unknown color: approx Blue Haze. HEX triplet: B3, B2 and CE. RGB value is (179,178,206). Sum of RGB (Red+Green+Blue) = 179+178+206=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2CE is #4C4D31. Grayscale: #B5B5B5. Windows color (decimal): -5000498 or 13546163. OLE color: 13546163.

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

Color convert

RGB179178206-
CMYK0.130.1400.19
HSL242.14º22.22%75.29%-
HSV(B)242.14º13.59%80.78%-
XYZ45.6545.8864.84-
YUV181.49141.83126.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 178 (69.92% from 255) = 31.62%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=31.79%
G=31.62%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791782060.130.1400.19242.1422.2275.29
HexB3B2CEDE013f2164b
Octal263262316151602336226113
Binary1011001110110010110011101101111001001111110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2CE; }

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

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

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

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

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

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

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

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