#B4B4BA

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

Shades of Ghost #B4B4BA

Tints of Ghost #B4B4BA

Color information

#B4B4BA (or 0xB4B4BA) is unknown color: approx Ghost. HEX triplet: B4, B4 and BA. RGB value is (180,180,186). Sum of RGB (Red+Green+Blue) = 180+180+186=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4BA is #4B4B45. Grayscale: #B4B4B4. Windows color (decimal): -4934470 or 12235956. OLE color: 12235956.

HSL color Cylindrical-coordinate representation of color #B4B4BA: hue angle of 240º 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 #B4B4BA is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180180186-
CMYK0.030.0300.27
HSL240º4.17%71.76%-
HSV(B)240º3.23%72.94%-
XYZ44.0145.8952.99-
YUV180.68131127.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=32.97%
G=32.97%
B=34.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801801860.030.0300.272404.1771.76
HexB4B4BA3301Bf0448
Octal264264272330333604110
Binary1011010010110100101110101111011011111100001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4BA; }

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

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

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

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

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

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

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

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