#BACED9

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

Shades of Spindle #BACED9

Tints of Spindle #BACED9

Color information

#BACED9 (or 0xBACED9) is unknown color: approx Spindle. HEX triplet: BA, CE and D9. RGB value is (186,206,217). Sum of RGB (Red+Green+Blue) = 186+206+217=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED9 is #453126. Grayscale: #C9C9C9. Windows color (decimal): -4534567 or 14274234. OLE color: 14274234.

HSL color Cylindrical-coordinate representation of color #BACED9: hue angle of 201.29º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACED9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186206217-
CMYK0.140.0500.15
HSL201.29º28.97%79.02%-
HSV(B)201.29º14.29%85.1%-
XYZ54.8559.5974.26-
YUV201.27136.87117.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=30.54%
G=33.83%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862062170.140.0500.15201.2928.9779.02
HexBACED9E50Fc91d4f
Octal27231633116501731135117
Binary10111010110011101101100111101010111111001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACED9; }

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

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

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

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

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

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

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

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