Html Css Color HEX #B9BABF Ghost

📋 copy color: '#B9BABF'

red 185 ◦ green 186 ◦ blue 191

#B9BABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ghost #B9BABF

Tints of Ghost #B9BABF

RGB

 RED value IS 185 (72.66% from 255) = 32.92%

 GREEN value IS 186 (73.05% from 255) = 33.1%

 BLUE value IS 191 (75% from 255) = 33.99%

R = 32.92%
G = 33.1%
B = 33.99%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9BABF (or 0xB9BABF) is known color: Ghost. HEX triplet: B9, BA and BF. RGB value is (185,186,191). Sum of RGB (Red+Green+Blue) = 185+186+191=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BABF is #464540. Grayscale: #BABABA. Windows color (decimal): -4605249 or 12565177. OLE color: 12565177.

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

Color convert

RGB 185 186 191 -
CMYK 0.03 0.03 0 0.25
HSL 230º 0.04% 0.74% -
HSV(B) 230º 0.03% 0.75% -
XYZ 46.97 49.19 56.31 -
YUV 186.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 185 186 191 0.03 0.03 0 0.25 230 0.04 0.74
Hex B9 BA BF 3 3 0 19 E6 4 4A
Octal 271 272 277 3 3 0 31 346 4 112
Binary 10111001 10111010 10111111 11 11 0 11001 11100110 100 1001010

Color Harmonies of #B9BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BABF

Black with #B9BABF

Text Example


Text Example

White with #B9BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BABF; }

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

 H1.HeaderClassName
 {
   color: #B9BABF;
 }
 .AnyTagClassName
 {
   color: #B9BABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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