#BABDC5

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

Shades of Spindle #BABDC5

Tints of Spindle #BABDC5

Color information

#BABDC5 (or 0xBABDC5) is unknown color: approx Spindle. HEX triplet: BA, BD and C5. RGB value is (186,189,197). Sum of RGB (Red+Green+Blue) = 186+189+197=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC5 is #45423A. Grayscale: #BCBCBC. Windows color (decimal): -4538939 or 12959162. OLE color: 12959162.

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

Color convert

RGB186189197-
CMYK0.060.0400.23
HSL223.64º8.66%75.1%-
HSV(B)223.64º5.58%77.25%-
XYZ48.5350.8760.08-
YUV189.02132.51125.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=32.52%
G=33.04%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861891970.060.0400.23223.648.6675.1
HexBABDC564017e094b
Octal2722753056402734011113
Binary1011101010111101110001011101000101111110000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDC5; }

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

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

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

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

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

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

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

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