#A4BDCD

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

Shades of Heather #A4BDCD

Tints of Heather #A4BDCD

Color information

#A4BDCD (or 0xA4BDCD) is unknown color: approx Heather. HEX triplet: A4, BD and CD. RGB value is (164,189,205). Sum of RGB (Red+Green+Blue) = 164+189+205=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDCD is #5B4232. Grayscale: #B7B7B7. Windows color (decimal): -5980723 or 13483428. OLE color: 13483428.

HSL color Cylindrical-coordinate representation of color #A4BDCD: hue angle of 203.41º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BDCD is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164189205-
CMYK0.20.0800.20
HSL203.41º29.08%72.35%-
HSV(B)203.41º20%80.39%-
XYZ44.5348.764.81-
YUV183.35140.22114.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=29.39%
G=33.87%
B=36.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641892050.20.0800.20203.4129.0872.35
HexA4BDCD148014cb1d48
Octal244275315241002431335110
Binary10100100101111011100110110100100001010011001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDCD; }

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

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

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

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

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

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

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

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