#BABEC3

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

Shades of Spindle #BABEC3

Tints of Spindle #BABEC3

Color information

#BABEC3 (or 0xBABEC3) is unknown color: approx Spindle. HEX triplet: BA, BE and C3. RGB value is (186,190,195). Sum of RGB (Red+Green+Blue) = 186+190+195=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 195 - color contains mainly: blue. Hex color #BABEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC3 is #45413C. Grayscale: #BDBDBD. Windows color (decimal): -4538685 or 12828346. OLE color: 12828346.

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

Color convert

RGB186190195-
CMYK0.050.0300.24
HSL213.33º6.98%74.71%-
HSV(B)213.33º4.62%76.47%-
XYZ48.5151.2158.96-
YUV189.37131.17125.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=32.57%
G=33.27%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861901950.050.0300.24213.336.9874.71
HexBABEC353018d574b
Octal272276303530303257113
Binary10111010101111101100001110111011000110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEC3; }

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

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

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

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

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

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

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

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