#BAC5CD

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

Shades of Spindle #BAC5CD

Tints of Spindle #BAC5CD

Color information

#BAC5CD (or 0xBAC5CD) is unknown color: approx Spindle. HEX triplet: BA, C5 and CD. RGB value is (186,197,205). Sum of RGB (Red+Green+Blue) = 186+197+205=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5CD is #453A32. Grayscale: #C2C2C2. Windows color (decimal): -4536883 or 13485498. OLE color: 13485498.

HSL color Cylindrical-coordinate representation of color #BAC5CD: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC5CD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186197205-
CMYK0.090.0400.20
HSL205.26º15.97%76.67%-
HSV(B)205.26º9.27%80.39%-
XYZ51.2454.7865.63-
YUV194.62133.86121.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=31.63%
G=33.50%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861972050.090.0400.20205.2615.9776.67
HexBAC5CD94014cd104d
Octal27230531511402431520115
Binary101110101100010111001101100110001010011001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5CD; }

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

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

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

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

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

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

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

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