#A6BECD

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

Shades of Heather #A6BECD

Tints of Heather #A6BECD

Color information

#A6BECD (or 0xA6BECD) is unknown color: approx Heather. HEX triplet: A6, BE and CD. RGB value is (166,190,205). Sum of RGB (Red+Green+Blue) = 166+190+205=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BECD is #594132. Grayscale: #B8B8B8. Windows color (decimal): -5849395 or 13483686. OLE color: 13483686.

HSL color Cylindrical-coordinate representation of color #A6BECD: hue angle of 203.08º degrees, saturation: 0.28, 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 #A6BECD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166190205-
CMYK0.190.0700.20
HSL203.08º28.06%72.75%-
HSV(B)203.08º19.02%80.39%-
XYZ45.1649.3464.9-
YUV184.53139.55114.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=29.59%
G=33.87%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661902050.190.0700.20203.0828.0672.75
HexA6BECD137014cb1c49
Octal24627631523702431334111
Binary1010011010111110110011011001111101010011001011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BECD; }

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

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

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

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

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

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

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

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