#BACEDD

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

Shades of Spindle #BACEDD

Tints of Spindle #BACEDD

Color information

#BACEDD (or 0xBACEDD) is unknown color: approx Spindle. HEX triplet: BA, CE and DD. RGB value is (186,206,221). Sum of RGB (Red+Green+Blue) = 186+206+221=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDD is #453122. Grayscale: #C9C9C9. Windows color (decimal): -4534563 or 14536378. OLE color: 14536378.

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

Color convert

RGB186206221-
CMYK0.160.0700.13
HSL205.71º33.98%79.8%-
HSV(B)205.71º15.84%86.67%-
XYZ55.3759.877.03-
YUV201.73138.87116.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=30.34%
G=33.61%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862062210.160.0700.13205.7133.9879.8
HexBACEDD1070Dce2250
Octal27231633520701531642120
Binary1011101011001110110111011000011101101110011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEDD; }

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

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

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

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

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

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

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

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