#BAC3DA

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

Shades of Spindle #BAC3DA

Tints of Spindle #BAC3DA

Color information

#BAC3DA (or 0xBAC3DA) is unknown color: approx Spindle. HEX triplet: BA, C3 and DA. RGB value is (186,195,218). Sum of RGB (Red+Green+Blue) = 186+195+218=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DA is #453C25. Grayscale: #C2C2C2. Windows color (decimal): -4537382 or 14336954. OLE color: 14336954.

HSL color Cylindrical-coordinate representation of color #BAC3DA: hue angle of 223.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC3DA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186195218-
CMYK0.150.1100.15
HSL223.12º30.19%79.22%-
HSV(B)223.12º14.68%85.49%-
XYZ52.4254.5374.09-
YUV194.93141.02121.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 195 (76.56% from 255) = 32.55%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=31.05%
G=32.55%
B=36.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861952180.150.1100.15223.1230.1979.22
HexBAC3DAFB0Fdf1e4f
Octal272303332171301733736117
Binary101110101100001111011010111110110111111011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3DA; }

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

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

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

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

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

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

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

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