#A4BDCE

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

Shades of Heather #A4BDCE

Tints of Heather #A4BDCE

Color information

#A4BDCE (or 0xA4BDCE) is unknown color: approx Heather. HEX triplet: A4, BD and CE. RGB value is (164,189,206). Sum of RGB (Red+Green+Blue) = 164+189+206=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDCE is #5B4231. Grayscale: #B7B7B7. Windows color (decimal): -5980722 or 13548964. OLE color: 13548964.

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

Color convert

RGB164189206-
CMYK0.200.0800.19
HSL204.29º30%72.55%-
HSV(B)204.29º20.39%80.78%-
XYZ44.6548.7465.45-
YUV183.46140.72114.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=29.34%
G=33.81%
B=36.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641892060.200.0800.19204.293072.55
HexA4BDCE148013cc1e49
Octal244275316241002331436111
Binary10100100101111011100111010100100001001111001100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDCE; }

 p { color: rgb(164,189,206); }

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

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

 a { background-color: rgb(164,189,206); }

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

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

 span { border-color: rgb(164,189,206); }

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