#A4BDCA

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

Shades of Heather #A4BDCA

Tints of Heather #A4BDCA

Color information

#A4BDCA (or 0xA4BDCA) is unknown color: approx Heather. HEX triplet: A4, BD and CA. RGB value is (164,189,202). Sum of RGB (Red+Green+Blue) = 164+189+202=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDCA is #5B4235. Grayscale: #B6B6B6. Windows color (decimal): -5980726 or 13286820. OLE color: 13286820.

HSL color Cylindrical-coordinate representation of color #A4BDCA: hue angle of 200.53º 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 #A4BDCA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164189202-
CMYK0.190.0600.21
HSL200.53º26.39%71.76%-
HSV(B)200.53º18.81%79.22%-
XYZ44.1748.5562.92-
YUV183.01138.72114.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=29.55%
G=34.05%
B=36.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641892020.190.0600.21200.5326.3971.76
HexA4BDCA136015c91a48
Octal24427531223602531132110
Binary1010010010111101110010101001111001010111001001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDCA; }

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

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

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

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

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

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

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

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