#A4BFCF

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

Shades of Heather #A4BFCF

Tints of Heather #A4BFCF

Color information

#A4BFCF (or 0xA4BFCF) is unknown color: approx Heather. HEX triplet: A4, BF and CF. RGB value is (164,191,207). Sum of RGB (Red+Green+Blue) = 164+191+207=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFCF is #5B4030. Grayscale: #B8B8B8. Windows color (decimal): -5980209 or 13615012. OLE color: 13615012.

HSL color Cylindrical-coordinate representation of color #A4BFCF: hue angle of 202.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4BFCF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164191207-
CMYK0.210.0800.19
HSL202.33º30.94%72.75%-
HSV(B)202.33º20.77%81.18%-
XYZ45.249.6666.23-
YUV184.75140.55113.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=29.18%
G=33.99%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641912070.210.0800.19202.3330.9472.75
HexA4BFCF158013ca1f49
Octal244277317251002331237111
Binary10100100101111111100111110101100001001111001010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFCF; }

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

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

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

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

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

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

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

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