#BABECA

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

Shades of Spindle #BABECA

Tints of Spindle #BABECA

Color information

#BABECA (or 0xBABECA) is unknown color: approx Spindle. HEX triplet: BA, BE and CA. RGB value is (186,190,202). Sum of RGB (Red+Green+Blue) = 186+190+202=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECA is #454135. Grayscale: #BEBEBE. Windows color (decimal): -4538678 or 13287098. OLE color: 13287098.

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

Color convert

RGB186190202-
CMYK0.080.0600.21
HSL225º13.11%76.08%-
HSV(B)225º7.92%79.22%-
XYZ49.3251.5363.22-
YUV190.17134.67125.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=32.18%
G=32.87%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861902020.080.0600.2122513.1176.08
HexBABECA86015e1d4c
Octal27227631210602534115114
Binary10111010101111101100101010001100101011110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABECA; }

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

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

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

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

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

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

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

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