#B3B1CA

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

Shades of Blue Haze #B3B1CA

Tints of Blue Haze #B3B1CA

Color information

#B3B1CA (or 0xB3B1CA) is unknown color: approx Blue Haze. HEX triplet: B3, B1 and CA. RGB value is (179,177,202). Sum of RGB (Red+Green+Blue) = 179+177+202=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B1CA is #4C4E35. Grayscale: #B4B4B4. Windows color (decimal): -5000758 or 13283763. OLE color: 13283763.

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

Color convert

RGB179177202-
CMYK0.110.1200.21
HSL244.8º19.08%74.31%-
HSV(B)244.8º12.38%79.22%-
XYZ44.9745.2962.25-
YUV180.45140.16126.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=32.08%
G=31.72%
B=36.20%

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
Decimal1791772020.110.1200.21244.819.0874.31
HexB3B1CABC015f5134a
Octal263261312131402536523112
Binary1011001110110001110010101011110001010111110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B1CA; }

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

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

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

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

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

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

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

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