#BAB8BF

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

Shades of Ghost #BAB8BF

Tints of Ghost #BAB8BF

Color information

#BAB8BF (or 0xBAB8BF) is unknown color: approx Ghost. HEX triplet: BA, B8 and BF. RGB value is (186,184,191). Sum of RGB (Red+Green+Blue) = 186+184+191=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8BF is #454740. Grayscale: #B9B9B9. Windows color (decimal): -4540225 or 12564666. OLE color: 12564666.

HSL color Cylindrical-coordinate representation of color #BAB8BF: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB8BF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186184191-
CMYK0.030.0400.25
HSL257.14º5.19%73.53%-
HSV(B)257.14º3.66%74.9%-
XYZ46.7948.4856.18-
YUV185.4131.16128.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 191 (75% from 255) = 34.05%
R=33.16%
G=32.80%
B=34.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861841910.030.0400.25257.145.1973.53
HexBAB8BF3401910154a
Octal272270277340314015112
Binary101110101011100010111111111000110011000000011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8BF; }

 p { color: rgb(186,184,191); }

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

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

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

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

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

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

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