#BAC6D9

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

Shades of Spindle #BAC6D9

Tints of Spindle #BAC6D9

Color information

#BAC6D9 (or 0xBAC6D9) is unknown color: approx Spindle. HEX triplet: BA, C6 and D9. RGB value is (186,198,217). Sum of RGB (Red+Green+Blue) = 186+198+217=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6D9 is #453926. Grayscale: #C4C4C4. Windows color (decimal): -4536615 or 14272186. OLE color: 14272186.

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

Color convert

RGB186198217-
CMYK0.140.0900.15
HSL216.77º28.97%79.02%-
HSV(B)216.77º14.29%85.1%-
XYZ52.9755.8473.63-
YUV196.58139.52120.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=30.95%
G=32.95%
B=36.11%

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
Decimal1861982170.140.0900.15216.7728.9779.02
HexBAC6D9E90Fd91d4f
Octal272306331161101733135117
Binary101110101100011011011001111010010111111011001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6D9; }

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

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

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

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

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

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

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

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