#A6BCCD

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

Shades of Heather #A6BCCD

Tints of Heather #A6BCCD

Color information

#A6BCCD (or 0xA6BCCD) is unknown color: approx Heather. HEX triplet: A6, BC and CD. RGB value is (166,188,205). Sum of RGB (Red+Green+Blue) = 166+188+205=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCCD is #594332. Grayscale: #B7B7B7. Windows color (decimal): -5849907 or 13483174. OLE color: 13483174.

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

Color convert

RGB166188205-
CMYK0.190.0800.20
HSL206.15º28.06%72.75%-
HSV(B)206.15º19.02%80.39%-
XYZ44.7348.4864.76-
YUV183.36140.21115.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=29.70%
G=33.63%
B=36.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661882050.190.0800.20206.1528.0672.75
HexA6BCCD138014ce1c49
Octal246274315231002431634111
Binary10100110101111001100110110011100001010011001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCCD; }

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

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

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

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

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

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

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

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