#A4BFCA

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

Shades of Heather #A4BFCA

Tints of Heather #A4BFCA

Color information

#A4BFCA (or 0xA4BFCA) is unknown color: approx Heather. HEX triplet: A4, BF and CA. RGB value is (164,191,202). Sum of RGB (Red+Green+Blue) = 164+191+202=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFCA is #5B4035. Grayscale: #B8B8B8. Windows color (decimal): -5980214 or 13287332. OLE color: 13287332.

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

Color convert

RGB164191202-
CMYK0.190.0500.21
HSL197.37º26.39%71.76%-
HSV(B)197.37º18.81%79.22%-
XYZ44.649.4263.07-
YUV184.18138.05113.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=29.44%
G=34.29%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641912020.190.0500.21197.3726.3971.76
HexA4BFCA135015c51a48
Octal24427731223502530532110
Binary1010010010111111110010101001110101010111000101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFCA; }

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

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

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

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

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

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

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

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