#BAC3D9

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

Shades of Spindle #BAC3D9

Tints of Spindle #BAC3D9

Color information

#BAC3D9 (or 0xBAC3D9) is unknown color: approx Spindle. HEX triplet: BA, C3 and D9. RGB value is (186,195,217). Sum of RGB (Red+Green+Blue) = 186+195+217=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3D9 is #453C26. Grayscale: #C2C2C2. Windows color (decimal): -4537383 or 14271418. OLE color: 14271418.

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

Color convert

RGB186195217-
CMYK0.140.1000.15
HSL222.58º28.97%79.02%-
HSV(B)222.58º14.29%85.1%-
XYZ52.2954.4873.41-
YUV194.82140.52121.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=31.10%
G=32.61%
B=36.29%

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
Decimal1861952170.140.1000.15222.5828.9779.02
HexBAC3D9EA0Fdf1d4f
Octal272303331161201733735117
Binary101110101100001111011001111010100111111011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3D9; }

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

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

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

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

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

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

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

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