#A6BFCA

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

Shades of Heather #A6BFCA

Tints of Heather #A6BFCA

Color information

#A6BFCA (or 0xA6BFCA) is unknown color: approx Heather. HEX triplet: A6, BF and CA. RGB value is (166,191,202). Sum of RGB (Red+Green+Blue) = 166+191+202=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCA is #594035. Grayscale: #B8B8B8. Windows color (decimal): -5849142 or 13287334. OLE color: 13287334.

HSL color Cylindrical-coordinate representation of color #A6BFCA: hue angle of 198.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BFCA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166191202-
CMYK0.180.0500.21
HSL198.33º25.35%72.16%-
HSV(B)198.33º17.82%79.22%-
XYZ45.0249.6363.08-
YUV184.78137.72114.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=29.70%
G=34.17%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661912020.180.0500.21198.3325.3572.16
HexA6BFCA125015c61948
Octal24627731222502530631110
Binary1010011010111111110010101001010101010111000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFCA; }

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

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

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

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

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

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

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

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