#BACEDC

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

Shades of Spindle #BACEDC

Tints of Spindle #BACEDC

Color information

#BACEDC (or 0xBACEDC) is unknown color: approx Spindle. HEX triplet: BA, CE and DC. RGB value is (186,206,220). Sum of RGB (Red+Green+Blue) = 186+206+220=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDC is #453123. Grayscale: #C9C9C9. Windows color (decimal): -4534564 or 14470842. OLE color: 14470842.

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

Color convert

RGB186206220-
CMYK0.150.0600.14
HSL204.71º32.69%79.61%-
HSV(B)204.71º15.45%86.27%-
XYZ55.2459.7576.33-
YUV201.62138.37116.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=30.39%
G=33.66%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862062200.150.0600.14204.7132.6979.61
HexBACEDCF60Ecd2150
Octal27231633417601631541120
Binary101110101100111011011100111111001110110011011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEDC; }

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

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

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

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

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

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

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

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