#A6BCC8

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

Shades of Heather #A6BCC8

Tints of Heather #A6BCC8

Color information

#A6BCC8 (or 0xA6BCC8) is unknown color: approx Heather. HEX triplet: A6, BC and C8. RGB value is (166,188,200). Sum of RGB (Red+Green+Blue) = 166+188+200=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCC8 is #594337. Grayscale: #B6B6B6. Windows color (decimal): -5849912 or 13155494. OLE color: 13155494.

HSL color Cylindrical-coordinate representation of color #A6BCC8: hue angle of 201.18º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BCC8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166188200-
CMYK0.170.0600.22
HSL201.18º23.61%71.76%-
HSV(B)201.18º17%78.43%-
XYZ44.1348.2461.63-
YUV182.79137.71116.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=29.96%
G=33.94%
B=36.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661882000.170.0600.22201.1823.6171.76
HexA6BCC8116016c91848
Octal24627431021602631130110
Binary1010011010111100110010001000111001011011001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCC8; }

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

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

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

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

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

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

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

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