#A6BECF

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

Shades of Heather #A6BECF

Tints of Heather #A6BECF

Color information

#A6BECF (or 0xA6BECF) is unknown color: approx Heather. HEX triplet: A6, BE and CF. RGB value is (166,190,207). Sum of RGB (Red+Green+Blue) = 166+190+207=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECF is #594130. Grayscale: #B8B8B8. Windows color (decimal): -5849393 or 13614758. OLE color: 13614758.

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

Color convert

RGB166190207-
CMYK0.200.0800.19
HSL204.88º29.93%73.14%-
HSV(B)204.88º19.81%81.18%-
XYZ45.449.4466.18-
YUV184.76140.55114.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=29.48%
G=33.75%
B=36.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661902070.200.0800.19204.8829.9373.14
HexA6BECF148013cd1e49
Octal246276317241002331536111
Binary10100110101111101100111110100100001001111001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BECF; }

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

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

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

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

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

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

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

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