#BAC1D5

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

Shades of Spindle #BAC1D5

Tints of Spindle #BAC1D5

Color information

#BAC1D5 (or 0xBAC1D5) is unknown color: approx Spindle. HEX triplet: BA, C1 and D5. RGB value is (186,193,213). Sum of RGB (Red+Green+Blue) = 186+193+213=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D5 is #453E2A. Grayscale: #C1C1C1. Windows color (decimal): -4537899 or 14008762. OLE color: 14008762.

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

Color convert

RGB186193213-
CMYK0.130.0900.16
HSL224.44º24.32%78.24%-
HSV(B)224.44º12.68%83.53%-
XYZ51.3353.3870.55-
YUV193.19139.18122.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=31.42%
G=32.60%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861932130.130.0900.16224.4424.3278.24
HexBAC1D5D9010e0184e
Octal272301325151102034030116
Binary1011101011000001110101011101100101000011100000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1D5; }

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

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

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

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

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

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

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

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