#A6BFCC

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

Shades of Heather #A6BFCC

Tints of Heather #A6BFCC

Color information

#A6BFCC (or 0xA6BFCC) is unknown color: approx Heather. HEX triplet: A6, BF and CC. RGB value is (166,191,204). Sum of RGB (Red+Green+Blue) = 166+191+204=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFCC is #594033. Grayscale: #B8B8B8. Windows color (decimal): -5849140 or 13418406. OLE color: 13418406.

HSL color Cylindrical-coordinate representation of color #A6BFCC: hue angle of 200.53º degrees, saturation: 0.27, 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 #A6BFCC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166191204-
CMYK0.190.0600.2
HSL200.53º27.14%72.55%-
HSV(B)200.53º18.63%80%-
XYZ45.2649.7364.34-
YUV185.01138.72114.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=29.59%
G=34.05%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661912040.190.0600.2200.5327.1472.55
HexA6BFCC136014c91b49
Octal24627731423602431133111
Binary1010011010111111110011001001111001010011001001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFCC; }

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

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

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

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

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

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

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

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