#BAC7D5

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

Shades of Spindle #BAC7D5

Tints of Spindle #BAC7D5

Color information

#BAC7D5 (or 0xBAC7D5) is unknown color: approx Spindle. HEX triplet: BA, C7 and D5. RGB value is (186,199,213). Sum of RGB (Red+Green+Blue) = 186+199+213=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D5 is #45382A. Grayscale: #C4C4C4. Windows color (decimal): -4536363 or 14010298. OLE color: 14010298.

HSL color Cylindrical-coordinate representation of color #BAC7D5: hue angle of 211.11º 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 #BAC7D5 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186199213-
CMYK0.130.0700.16
HSL211.11º24.32%78.24%-
HSV(B)211.11º12.68%83.53%-
XYZ52.6856.0971-
YUV196.71137.19120.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=31.10%
G=33.28%
B=35.62%

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
Decimal1861992130.130.0700.16211.1124.3278.24
HexBAC7D5D7010d3184e
Octal27230732515702032330116
Binary101110101100011111010101110111101000011010011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7D5; }

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

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

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

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

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

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

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

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