#B3B9BA

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

Shades of Casper #B3B9BA

Tints of Casper #B3B9BA

Color information

#B3B9BA (or 0xB3B9BA) is unknown color: approx Casper. HEX triplet: B3, B9 and BA. RGB value is (179,185,186). Sum of RGB (Red+Green+Blue) = 179+185+186=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9BA is #4C4645. Grayscale: #B7B7B7. Windows color (decimal): -4998726 or 12237235. OLE color: 12237235.

HSL color Cylindrical-coordinate representation of color #B3B9BA: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B9BA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179185186-
CMYK0.040.0100.27
HSL188.57º4.83%71.57%-
HSV(B)188.57º3.76%72.94%-
XYZ44.847.8353.32-
YUV183.32129.51124.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=32.55%
G=33.64%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851860.040.0100.27188.574.8371.57
HexB3B9BA4101Bbd548
Octal263271272410332755110
Binary1011001110111001101110101001011011101111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B9BA; }

 p { color: rgb(179,185,186); }

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

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

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

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

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

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

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