#A6BFCD

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

Shades of Heather #A6BFCD

Tints of Heather #A6BFCD

Color information

#A6BFCD (or 0xA6BFCD) is unknown color: approx Heather. HEX triplet: A6, BF and CD. RGB value is (166,191,205). Sum of RGB (Red+Green+Blue) = 166+191+205=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCD is #594032. Grayscale: #B9B9B9. Windows color (decimal): -5849139 or 13483942. OLE color: 13483942.

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

Color convert

RGB166191205-
CMYK0.190.0700.20
HSL201.54º28.06%72.75%-
HSV(B)201.54º19.02%80.39%-
XYZ45.3849.7864.97-
YUV185.12139.22114.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=29.54%
G=33.99%
B=36.48%

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
Decimal1661912050.190.0700.20201.5428.0672.75
HexA6BFCD137014ca1c49
Octal24627731523702431234111
Binary1010011010111111110011011001111101010011001010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFCD; }

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

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

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

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

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

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

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

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