#BAC6DA

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

Shades of Spindle #BAC6DA

Tints of Spindle #BAC6DA

Color information

#BAC6DA (or 0xBAC6DA) is unknown color: approx Spindle. HEX triplet: BA, C6 and DA. RGB value is (186,198,218). Sum of RGB (Red+Green+Blue) = 186+198+218=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DA is #453925. Grayscale: #C4C4C4. Windows color (decimal): -4536614 or 14337722. OLE color: 14337722.

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

Color convert

RGB186198218-
CMYK0.150.0900.15
HSL217.5º30.19%79.22%-
HSV(B)217.5º14.68%85.49%-
XYZ53.155.8974.32-
YUV196.69140.02120.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=30.90%
G=32.89%
B=36.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861982180.150.0900.15217.530.1979.22
HexBAC6DAF90Fda1e4f
Octal272306332171101733236117
Binary101110101100011011011010111110010111111011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6DA; }

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

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

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

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

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

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

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

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