Html Css Color HEX #B9BAC9 Ghost

📋 copy color: '#B9BAC9'

red 185 ◦ green 186 ◦ blue 201

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

Shades of Ghost #B9BAC9

Tints of Ghost #B9BAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.14%

R = 32.34%
G = 32.52%
B = 35.14%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9BAC9 (or 0xB9BAC9) is known color: Ghost. HEX triplet: B9, BA and C9. RGB value is (185,186,201). Sum of RGB (Red+Green+Blue) = 185+186+201=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #B9BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAC9 is #464536. Grayscale: #BBBBBB. Windows color (decimal): -4605239 or 13220537. OLE color: 13220537.

HSL color Cylindrical-coordinate representation of color #B9BAC9: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BAC9 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 186 201 -
CMYK 0.08 0.07 0 0.21
HSL 236.25º 0.13% 0.76% -
HSV(B) 236.25º 0.08% 0.79% -
XYZ 48.11 49.65 62.31 -
YUV 187.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 185 186 201 0.08 0.07 0 0.21 236.25 0.13 0.76
Hex B9 BA C9 8 7 0 15 EC D 4C
Octal 271 272 311 10 7 0 25 354 15 114
Binary 10111001 10111010 11001001 1000 111 0 10101 11101100 1101 1001100

Color Harmonies of #B9BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAC9

Black with #B9BAC9

Text Example


Text Example

White with #B9BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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