#BAC4D5

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

Shades of Spindle #BAC4D5

Tints of Spindle #BAC4D5

Color information

#BAC4D5 (or 0xBAC4D5) is unknown color: approx Spindle. HEX triplet: BA, C4 and D5. RGB value is (186,196,213). Sum of RGB (Red+Green+Blue) = 186+196+213=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D5 is #453B2A. Grayscale: #C2C2C2. Windows color (decimal): -4537131 or 14009530. OLE color: 14009530.

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

Color convert

RGB186196213-
CMYK0.130.0800.16
HSL217.78º24.32%78.24%-
HSV(B)217.78º12.68%83.53%-
XYZ5254.7270.77-
YUV194.95138.19121.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=31.26%
G=32.94%
B=35.80%

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
Decimal1861962130.130.0800.16217.7824.3278.24
HexBAC4D5D8010da184e
Octal272304325151002033230116
Binary1011101011000100110101011101100001000011011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4D5; }

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

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

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

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

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

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

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

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