#BACAD8

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

Shades of Spindle #BACAD8

Tints of Spindle #BACAD8

Color information

#BACAD8 (or 0xBACAD8) is unknown color: approx Spindle. HEX triplet: BA, CA and D8. RGB value is (186,202,216). Sum of RGB (Red+Green+Blue) = 186+202+216=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #BACAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD8 is #453527. Grayscale: #C6C6C6. Windows color (decimal): -4535592 or 14207674. OLE color: 14207674.

HSL color Cylindrical-coordinate representation of color #BACAD8: hue angle of 208º degrees, saturation: 0.28, 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 #BACAD8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186202216-
CMYK0.140.0600.15
HSL208º27.78%78.82%-
HSV(B)208º13.89%84.71%-
XYZ53.7657.6473.26-
YUV198.81137.7118.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=30.79%
G=33.44%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862022160.140.0600.1520827.7878.82
HexBACAD8E60Fd01c4f
Octal27231233016601732034117
Binary10111010110010101101100011101100111111010000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAD8; }

 p { color: rgb(186,202,216); }

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

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

 a { background-color: rgb(186,202,216); }

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

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

 span { border-color: rgb(186,202,216); }

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