#A8BFCA

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

Shades of Heather #A8BFCA

Tints of Heather #A8BFCA

Color information

#A8BFCA (or 0xA8BFCA) is unknown color: approx Heather. HEX triplet: A8, BF and CA. RGB value is (168,191,202). Sum of RGB (Red+Green+Blue) = 168+191+202=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFCA is #574035. Grayscale: #B9B9B9. Windows color (decimal): -5718070 or 13287336. OLE color: 13287336.

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

Color convert

RGB168191202-
CMYK0.170.0500.21
HSL199.41º24.29%72.55%-
HSV(B)199.41º16.83%79.22%-
XYZ45.4449.8563.1-
YUV185.38137.38115.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=29.95%
G=34.05%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681912020.170.0500.21199.4124.2972.55
HexA8BFCA115015c71849
Octal25027731221502530730111
Binary1010100010111111110010101000110101010111000111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFCA; }

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

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

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

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

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

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

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

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