#BAC5D5

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

Shades of Spindle #BAC5D5

Tints of Spindle #BAC5D5

Color information

#BAC5D5 (or 0xBAC5D5) is unknown color: approx Spindle. HEX triplet: BA, C5 and D5. RGB value is (186,197,213). Sum of RGB (Red+Green+Blue) = 186+197+213=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D5 is #453A2A. Grayscale: #C3C3C3. Windows color (decimal): -4536875 or 14009786. OLE color: 14009786.

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

Color convert

RGB186197213-
CMYK0.130.0800.16
HSL215.56º24.32%78.24%-
HSV(B)215.56º12.68%83.53%-
XYZ52.2355.1870.85-
YUV195.54137.86121.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=31.21%
G=33.05%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861972130.130.0800.16215.5624.3278.24
HexBAC5D5D8010d8184e
Octal272305325151002033030116
Binary1011101011000101110101011101100001000011011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5D5; }

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

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

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

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

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

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

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

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