#BACDDE

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

Shades of Spindle #BACDDE

Tints of Spindle #BACDDE

Color information

#BACDDE (or 0xBACDDE) is unknown color: approx Spindle. HEX triplet: BA, CD and DE. RGB value is (186,205,222). Sum of RGB (Red+Green+Blue) = 186+205+222=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDE is #453221. Grayscale: #C9C9C9. Windows color (decimal): -4534818 or 14601658. OLE color: 14601658.

HSL color Cylindrical-coordinate representation of color #BACDDE: hue angle of 208.33º degrees, saturation: 0.35, 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 #BACDDE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186205222-
CMYK0.160.0800.13
HSL208.33º35.29%80%-
HSV(B)208.33º16.22%87.06%-
XYZ55.2759.3877.66-
YUV201.26139.71117.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=30.34%
G=33.44%
B=36.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862052220.160.0800.13208.3335.2980
HexBACDDE1080Dd02350
Octal272315336201001532043120
Binary10111010110011011101111010000100001101110100001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDDE; }

 p { color: rgb(186,205,222); }

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

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

 a { background-color: rgb(186,205,222); }

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

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

 span { border-color: rgb(186,205,222); }

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