#B3B0CA

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

Shades of Blue Haze #B3B0CA

Tints of Blue Haze #B3B0CA

Color information

#B3B0CA (or 0xB3B0CA) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and CA. RGB value is (179,176,202). Sum of RGB (Red+Green+Blue) = 179+176+202=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0CA is #4C4F35. Grayscale: #B3B3B3. Windows color (decimal): -5001014 or 13283507. OLE color: 13283507.

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

Color convert

RGB179176202-
CMYK0.110.1300.21
HSL246.92º19.7%74.12%-
HSV(B)246.92º12.87%79.22%-
XYZ44.7844.962.18-
YUV179.86140.49127.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=32.14%
G=31.60%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791762020.110.1300.21246.9219.774.12
HexB3B0CABD015f7144a
Octal263260312131502536724112
Binary1011001110110000110010101011110101010111110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0CA; }

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

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

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

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

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

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

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

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