#BABFC7

Color #BABFC7 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BABFC7

Tints of Spindle #BABFC7

Color information

#BABFC7 (or 0xBABFC7) is unknown color: approx Spindle. HEX triplet: BA, BF and C7. RGB value is (186,191,199). Sum of RGB (Red+Green+Blue) = 186+191+199=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC7 is #454038. Grayscale: #BEBEBE. Windows color (decimal): -4538425 or 13090746. OLE color: 13090746.

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

Color convert

RGB186191199-
CMYK0.070.0400.22
HSL216.92º10.4%75.49%-
HSV(B)216.92º6.53%78.04%-
XYZ49.1951.8261.44-
YUV190.42132.84124.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=32.29%
G=33.16%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861911990.070.0400.22216.9210.475.49
HexBABFC774016d9a4b
Octal2722773077402633112113
Binary1011101010111111110001111111000101101101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFC7; }

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

 H1.HeaderClassName
 {
   color: #BABFC7;
 }
 .AnyTagClassName
 {
   color: #BABFC7;
 }
</style>
background-color css

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

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

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

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

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

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