#B4B9BA

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

Shades of Casper #B4B9BA

Tints of Casper #B4B9BA

Color information

#B4B9BA (or 0xB4B9BA) is unknown color: approx Casper. HEX triplet: B4, B9 and BA. RGB value is (180,185,186). Sum of RGB (Red+Green+Blue) = 180+185+186=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9BA is #4B4645. Grayscale: #B7B7B7. Windows color (decimal): -4933190 or 12237236. OLE color: 12237236.

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

Color convert

RGB180185186-
CMYK0.030.0100.27
HSL190º4.17%71.76%-
HSV(B)190º3.23%72.94%-
XYZ45.0347.9553.34-
YUV183.62129.34125.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=32.67%
G=33.58%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851860.030.0100.271904.1771.76
HexB4B9BA3101Bbe448
Octal264271272310332764110
Binary101101001011100110111010111011011101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9BA; }

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

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

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

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

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

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

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

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