#BABFCE

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

Shades of Spindle #BABFCE

Tints of Spindle #BABFCE

Color information

#BABFCE (or 0xBABFCE) is unknown color: approx Spindle. HEX triplet: BA, BF and CE. RGB value is (186,191,206). Sum of RGB (Red+Green+Blue) = 186+191+206=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCE is #454031. Grayscale: #BFBFBF. Windows color (decimal): -4538418 or 13549498. OLE color: 13549498.

HSL color Cylindrical-coordinate representation of color #BABFCE: hue angle of 225º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABFCE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186191206-
CMYK0.100.0700.19
HSL225º16.95%76.86%-
HSV(B)225º9.71%80.78%-
XYZ50.0252.1665.82-
YUV191.22136.34124.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=31.90%
G=32.76%
B=35.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861912060.100.0700.1922516.9576.86
HexBABFCEA7013e1114d
Octal27227731612702334121115
Binary101110101011111111001110101011101001111100001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFCE; }

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

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

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

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

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

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

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

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