#A6BECC

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

Shades of Heather #A6BECC

Tints of Heather #A6BECC

Color information

#A6BECC (or 0xA6BECC) is unknown color: approx Heather. HEX triplet: A6, BE and CC. RGB value is (166,190,204). Sum of RGB (Red+Green+Blue) = 166+190+204=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECC is #594133. Grayscale: #B8B8B8. Windows color (decimal): -5849396 or 13418150. OLE color: 13418150.

HSL color Cylindrical-coordinate representation of color #A6BECC: hue angle of 202.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BECC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166190204-
CMYK0.190.0700.2
HSL202.11º27.14%72.55%-
HSV(B)202.11º18.63%80%-
XYZ45.0449.2964.27-
YUV184.42139.05114.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=29.64%
G=33.93%
B=36.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661902040.190.0700.2202.1127.1472.55
HexA6BECC137014ca1b49
Octal24627631423702431233111
Binary1010011010111110110011001001111101010011001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BECC; }

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

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

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

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

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

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

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

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