Html Css Color HEX #BABAC7 Ghost

📋 copy color: '#BABAC7'

red 186 ◦ green 186 ◦ blue 199

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

Shades of Ghost #BABAC7

Tints of Ghost #BABAC7

RGB

 RED value IS 186 (73.05% from 255) = 32.57%

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

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 32.57%
G = 32.57%
B = 34.85%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BABAC7 (or 0xBABAC7) is known color: Ghost. HEX triplet: BA, BA and C7. RGB value is (186,186,199). Sum of RGB (Red+Green+Blue) = 186+186+199=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC7 is #454538. Grayscale: #BBBBBB. Windows color (decimal): -4539705 or 13089466. OLE color: 13089466.

HSL color Cylindrical-coordinate representation of color #BABAC7: hue angle of 240º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABAC7 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 186 199 -
CMYK 0.07 0.07 0 0.22
HSL 240º 0.1% 0.75% -
HSV(B) 240º 0.07% 0.78% -
XYZ 48.12 49.68 61.09 -
YUV 187.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 186 186 199 0.07 0.07 0 0.22 240 0.1 0.75
Hex BA BA C7 7 7 0 16 F0 A 4B
Octal 272 272 307 7 7 0 26 360 12 113
Binary 10111010 10111010 11000111 111 111 0 10110 11110000 1010 1001011

Color Harmonies of #BABAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAC7

Black with #BABAC7

Text Example


Text Example

White with #BABAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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