#BABECD

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

Shades of Spindle #BABECD

Tints of Spindle #BABECD

Color information

#BABECD (or 0xBABECD) is unknown color: approx Spindle. HEX triplet: BA, BE and CD. RGB value is (186,190,205). Sum of RGB (Red+Green+Blue) = 186+190+205=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECD is #454132. Grayscale: #BEBEBE. Windows color (decimal): -4538675 or 13483706. OLE color: 13483706.

HSL color Cylindrical-coordinate representation of color #BABECD: hue angle of 227.37º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABECD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186190205-
CMYK0.090.0700.20
HSL227.37º15.97%76.67%-
HSV(B)227.37º9.27%80.39%-
XYZ49.6851.6765.11-
YUV190.51136.17124.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=32.01%
G=32.70%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861902050.090.0700.20227.3715.9776.67
HexBABECD97014e3104d
Octal27227631511702434320115
Binary101110101011111011001101100111101010011100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABECD; }

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

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

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

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

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

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

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

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