Html Css Color HEX #BABCC7 Ghost

📋 copy color: '#BABCC7'

red 186 ◦ green 188 ◦ blue 199

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

Shades of Ghost #BABCC7

Tints of Ghost #BABCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.81%

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

R = 32.46%
G = 32.81%
B = 34.73%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BABCC7 (or 0xBABCC7) is known color: Ghost. HEX triplet: BA, BC and C7. RGB value is (186,188,199). Sum of RGB (Red+Green+Blue) = 186+188+199=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC7 is #454338. Grayscale: #BCBCBC. Windows color (decimal): -4539193 or 13089978. OLE color: 13089978.

HSL color Cylindrical-coordinate representation of color #BABCC7: hue angle of 230.77º 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 #BABCC7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 188 199 -
CMYK 0.07 0.06 0 0.22
HSL 230.77º 0.1% 0.75% -
HSV(B) 230.77º 0.07% 0.78% -
XYZ 48.54 50.53 61.23 -
YUV 188.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 186 188 199 0.07 0.06 0 0.22 230.77 0.1 0.75
Hex BA BC C7 7 6 0 16 E7 A 4B
Octal 272 274 307 7 6 0 26 347 12 113
Binary 10111010 10111100 11000111 111 110 0 10110 11100111 1010 1001011

Color Harmonies of #BABCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCC7

Black with #BABCC7

Text Example


Text Example

White with #BABCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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