Html Css Color HEX #BABCC5 Ghost

📋 copy color: '#BABCC5'

red 186 ◦ green 188 ◦ blue 197

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

Shades of Ghost #BABCC5

Tints of Ghost #BABCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 32.57%
G = 32.92%
B = 34.5%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BABCC5 (or 0xBABCC5) is known color: Ghost. HEX triplet: BA, BC and C5. RGB value is (186,188,197). Sum of RGB (Red+Green+Blue) = 186+188+197=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC5 is #45433A. Grayscale: #BCBCBC. Windows color (decimal): -4539195 or 12958906. OLE color: 12958906.

HSL color Cylindrical-coordinate representation of color #BABCC5: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABCC5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 188 197 -
CMYK 0.06 0.05 0 0.23
HSL 229.09º 0.09% 0.75% -
HSV(B) 229.09º 0.06% 0.77% -
XYZ 48.31 50.44 60.01 -
YUV 188.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 186 188 197 0.06 0.05 0 0.23 229.09 0.09 0.75
Hex BA BC C5 6 5 0 17 E5 9 4B
Octal 272 274 305 6 5 0 27 345 11 113
Binary 10111010 10111100 11000101 110 101 0 10111 11100101 1001 1001011

Color Harmonies of #BABCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCC5

Black with #BABCC5

Text Example


Text Example

White with #BABCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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