#A6BECE

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

Shades of Heather #A6BECE

Tints of Heather #A6BECE

Color information

#A6BECE (or 0xA6BECE) is unknown color: approx Heather. HEX triplet: A6, BE and CE. RGB value is (166,190,206). Sum of RGB (Red+Green+Blue) = 166+190+206=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECE is #594131. Grayscale: #B8B8B8. Windows color (decimal): -5849394 or 13549222. OLE color: 13549222.

HSL color Cylindrical-coordinate representation of color #A6BECE: hue angle of 204º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BECE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166190206-
CMYK0.190.0800.19
HSL204º28.99%72.94%-
HSV(B)204º19.42%80.78%-
XYZ45.2849.3965.54-
YUV184.65140.05114.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=29.54%
G=33.81%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661902060.190.0800.1920428.9972.94
HexA6BECE138013cc1d49
Octal246276316231002331435111
Binary10100110101111101100111010011100001001111001100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BECE; }

 p { color: rgb(166,190,206); }

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

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

 a { background-color: rgb(166,190,206); }

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

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

 span { border-color: rgb(166,190,206); }

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