Html Css Color HEX #B9B8BE Ghost

📋 copy color: '#B9B8BE'

red 185 ◦ green 184 ◦ blue 190

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

Shades of Ghost #B9B8BE

Tints of Ghost #B9B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 33.09%
G = 32.92%
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

#B9B8BE (or 0xB9B8BE) is known color: Ghost. HEX triplet: B9, B8 and BE. RGB value is (185,184,190). Sum of RGB (Red+Green+Blue) = 185+184+190=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8BE is #464741. Grayscale: #B8B8B8. Windows color (decimal): -4605762 or 12499129. OLE color: 12499129.

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

Color convert

RGB 185 184 190 -
CMYK 0.03 0.03 0 0.25
HSL 250º 0.04% 0.73% -
HSV(B) 250º 0.03% 0.75% -
XYZ 46.44 48.31 55.59 -
YUV 184.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 185 184 190 0.03 0.03 0 0.25 250 0.04 0.73
Hex B9 B8 BE 3 3 0 19 FA 4 49
Octal 271 270 276 3 3 0 31 372 4 111
Binary 10111001 10111000 10111110 11 11 0 11001 11111010 100 1001001

Color Harmonies of #B9B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B8BE

Black with #B9B8BE

Text Example


Text Example

White with #B9B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B8BE; }

 p { color: rgb(185,184,190); }

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

background-color css

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

 a { background-color: rgb(185,184,190); }

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

border-color css

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

 span { border-color: rgb(185,184,190); }

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