#BABFCC

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

Shades of Spindle #BABFCC

Tints of Spindle #BABFCC

Color information

#BABFCC (or 0xBABFCC) is unknown color: approx Spindle. HEX triplet: BA, BF and CC. RGB value is (186,191,204). Sum of RGB (Red+Green+Blue) = 186+191+204=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCC is #454033. Grayscale: #BEBEBE. Windows color (decimal): -4538420 or 13418426. OLE color: 13418426.

HSL color Cylindrical-coordinate representation of color #BABFCC: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABFCC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186191204-
CMYK0.090.0600.2
HSL223.33º15%76.47%-
HSV(B)223.33º8.82%80%-
XYZ49.7852.0664.55-
YUV190.99135.34124.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=32.01%
G=32.87%
B=35.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861912040.090.0600.2223.331576.47
HexBABFCC96014dff4c
Octal27227731411602433717114
Binary10111010101111111100110010011100101001101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFCC; }

 p { color: rgb(186,191,204); }

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

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

 a { background-color: rgb(186,191,204); }

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

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

 span { border-color: rgb(186,191,204); }

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