#BAC4D9

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

Shades of Spindle #BAC4D9

Tints of Spindle #BAC4D9

Color information

#BAC4D9 (or 0xBAC4D9) is unknown color: approx Spindle. HEX triplet: BA, C4 and D9. RGB value is (186,196,217). Sum of RGB (Red+Green+Blue) = 186+196+217=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D9 is #453B26. Grayscale: #C3C3C3. Windows color (decimal): -4537127 or 14271674. OLE color: 14271674.

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

Color convert

RGB186196217-
CMYK0.140.1000.15
HSL220.65º28.97%79.02%-
HSV(B)220.65º14.29%85.1%-
XYZ52.5154.9373.48-
YUV195.4140.19121.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 196 (76.95% from 255) = 32.72%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=31.05%
G=32.72%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861962170.140.1000.15220.6528.9779.02
HexBAC4D9EA0Fdd1d4f
Octal272304331161201733535117
Binary101110101100010011011001111010100111111011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4D9; }

 p { color: rgb(186,196,217); }

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

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

 a { background-color: rgb(186,196,217); }

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

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

 span { border-color: rgb(186,196,217); }

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