#BABDC4

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

Shades of Spindle #BABDC4

Tints of Spindle #BABDC4

Color information

#BABDC4 (or 0xBABDC4) is unknown color: approx Spindle. HEX triplet: BA, BD and C4. RGB value is (186,189,196). Sum of RGB (Red+Green+Blue) = 186+189+196=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BABDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC4 is #45423B. Grayscale: #BCBCBC. Windows color (decimal): -4538940 or 12893626. OLE color: 12893626.

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

Color convert

RGB186189196-
CMYK0.050.0400.23
HSL222º7.81%74.9%-
HSV(B)222º5.1%76.86%-
XYZ48.4150.8259.48-
YUV188.9132.01125.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=32.57%
G=33.10%
B=34.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861891960.050.0400.232227.8174.9
HexBABDC454017de84b
Octal2722753045402733610113
Binary1011101010111101110001001011000101111101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDC4; }

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

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

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

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

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

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

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

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