#BAC6D5

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

Shades of Spindle #BAC6D5

Tints of Spindle #BAC6D5

Color information

#BAC6D5 (or 0xBAC6D5) is unknown color: approx Spindle. HEX triplet: BA, C6 and D5. RGB value is (186,198,213). Sum of RGB (Red+Green+Blue) = 186+198+213=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6D5 is #45392A. Grayscale: #C4C4C4. Windows color (decimal): -4536619 or 14010042. OLE color: 14010042.

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

Color convert

RGB186198213-
CMYK0.130.0700.16
HSL213.33º24.32%78.24%-
HSV(B)213.33º12.68%83.53%-
XYZ52.4555.6370.92-
YUV196.12137.52120.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 213 (83.59% from 255) = 35.68%
R=31.16%
G=33.17%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861982130.130.0700.16213.3324.3278.24
HexBAC6D5D7010d5184e
Octal27230632515702032530116
Binary101110101100011011010101110111101000011010101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6D5; }

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

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

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

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

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

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

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

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