#BAC5D9

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

Shades of Spindle #BAC5D9

Tints of Spindle #BAC5D9

Color information

#BAC5D9 (or 0xBAC5D9) is unknown color: approx Spindle. HEX triplet: BA, C5 and D9. RGB value is (186,197,217). Sum of RGB (Red+Green+Blue) = 186+197+217=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D9 is #453A26. Grayscale: #C3C3C3. Windows color (decimal): -4536871 or 14271930. OLE color: 14271930.

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

Color convert

RGB186197217-
CMYK0.140.0900.15
HSL218.71º28.97%79.02%-
HSV(B)218.71º14.29%85.1%-
XYZ52.7455.3873.56-
YUV195.99139.86120.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=31%
G=32.83%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861972170.140.0900.15218.7128.9779.02
HexBAC5D9E90Fdb1d4f
Octal272305331161101733335117
Binary101110101100010111011001111010010111111011011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5D9; }

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

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

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

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

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

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

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

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