#BABEC9

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

Shades of Spindle #BABEC9

Tints of Spindle #BABEC9

Color information

#BABEC9 (or 0xBABEC9) is unknown color: approx Spindle. HEX triplet: BA, BE and C9. RGB value is (186,190,201). Sum of RGB (Red+Green+Blue) = 186+190+201=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC9 is #454136. Grayscale: #BEBEBE. Windows color (decimal): -4538679 or 13221562. OLE color: 13221562.

HSL color Cylindrical-coordinate representation of color #BABEC9: hue angle of 224º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABEC9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186190201-
CMYK0.070.0500.21
HSL224º12.2%75.88%-
HSV(B)224º7.46%78.82%-
XYZ49.2151.4862.6-
YUV190.06134.17125.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=32.24%
G=32.93%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861902010.070.0500.2122412.275.88
HexBABEC975015e0c4c
Octal2722763117502534014114
Binary1011101010111110110010011111010101011110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEC9; }

 p { color: rgb(186,190,201); }

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

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

 a { background-color: rgb(186,190,201); }

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

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

 span { border-color: rgb(186,190,201); }

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