#B3B3CA

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

Shades of Blue Haze #B3B3CA

Tints of Blue Haze #B3B3CA

Color information

#B3B3CA (or 0xB3B3CA) is unknown color: approx Blue Haze. HEX triplet: B3, B3 and CA. RGB value is (179,179,202). Sum of RGB (Red+Green+Blue) = 179+179+202=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B3CA is #4C4C35. Grayscale: #B5B5B5. Windows color (decimal): -5000246 or 13284275. OLE color: 13284275.

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

Color convert

RGB179179202-
CMYK0.110.1100.21
HSL240º17.83%74.71%-
HSV(B)240º11.39%79.22%-
XYZ45.3746.0962.38-
YUV181.62139.5126.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=31.96%
G=31.96%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791792020.110.1100.2124017.8374.71
HexB3B3CABB015f0124b
Octal263263312131302536022113
Binary1011001110110011110010101011101101010111110000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3CA; }

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

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

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

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

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

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

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

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