#BABFC6

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

Shades of Spindle #BABFC6

Tints of Spindle #BABFC6

Color information

#BABFC6 (or 0xBABFC6) is unknown color: approx Spindle. HEX triplet: BA, BF and C6. RGB value is (186,191,198). Sum of RGB (Red+Green+Blue) = 186+191+198=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC6 is #454039. Grayscale: #BEBEBE. Windows color (decimal): -4538426 or 13025210. OLE color: 13025210.

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

Color convert

RGB186191198-
CMYK0.060.0400.22
HSL215º9.52%75.29%-
HSV(B)215º6.06%77.65%-
XYZ49.0751.7860.83-
YUV190.3132.34124.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=32.35%
G=33.22%
B=34.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861911980.060.0400.222159.5275.29
HexBABFC664016d7a4b
Octal2722773066402632712113
Binary1011101010111111110001101101000101101101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFC6; }

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

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

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

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

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

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

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

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