#BAC6D0

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

Shades of Spindle #BAC6D0

Tints of Spindle #BAC6D0

Color information

#BAC6D0 (or 0xBAC6D0) is unknown color: approx Spindle. HEX triplet: BA, C6 and D0. RGB value is (186,198,208). Sum of RGB (Red+Green+Blue) = 186+198+208=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6D0 is #45392F. Grayscale: #C3C3C3. Windows color (decimal): -4536624 or 13682362. OLE color: 13682362.

HSL color Cylindrical-coordinate representation of color #BAC6D0: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC6D0 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186198208-
CMYK0.110.0500.18
HSL207.27º18.97%77.25%-
HSV(B)207.27º10.58%81.57%-
XYZ51.8355.3867.63-
YUV195.55135.02121.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 198 (77.73% from 255) = 33.45%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=31.42%
G=33.45%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861982080.110.0500.18207.2718.9777.25
HexBAC6D0B5012cf134d
Octal27230632013502231723115
Binary101110101100011011010000101110101001011001111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6D0; }

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

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

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

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

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

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

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

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