#B3B2CA

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

Shades of Blue Haze #B3B2CA

Tints of Blue Haze #B3B2CA

Color information

#B3B2CA (or 0xB3B2CA) is unknown color: approx Blue Haze. HEX triplet: B3, B2 and CA. RGB value is (179,178,202). Sum of RGB (Red+Green+Blue) = 179+178+202=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2CA is #4C4D35. Grayscale: #B4B4B4. Windows color (decimal): -5000502 or 13284019. OLE color: 13284019.

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

Color convert

RGB179178202-
CMYK0.110.1200.21
HSL242.5º18.46%74.51%-
HSV(B)242.5º11.88%79.22%-
XYZ45.1745.6962.32-
YUV181.04139.83126.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=32.02%
G=31.84%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1791782020.110.1200.21242.518.4674.51
HexB3B2CABC015f2124b
Octal263262312131402536222113
Binary1011001110110010110010101011110001010111110010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2CA; }

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

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

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

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

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

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

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

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