#BAC7D8

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

Shades of Spindle #BAC7D8

Tints of Spindle #BAC7D8

Color information

#BAC7D8 (or 0xBAC7D8) is unknown color: approx Spindle. HEX triplet: BA, C7 and D8. RGB value is (186,199,216). Sum of RGB (Red+Green+Blue) = 186+199+216=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D8 is #453827. Grayscale: #C4C4C4. Windows color (decimal): -4536360 or 14206906. OLE color: 14206906.

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

Color convert

RGB186199216-
CMYK0.140.0800.15
HSL214º27.78%78.82%-
HSV(B)214º13.89%84.71%-
XYZ53.0756.2473.02-
YUV197.05138.69120.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 199 (78.12% from 255) = 33.11%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=30.95%
G=33.11%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861992160.140.0800.1521427.7878.82
HexBAC7D8E80Fd61c4f
Octal272307330161001732634117
Binary101110101100011111011000111010000111111010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7D8; }

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

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

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

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

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

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

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

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