#A3BDCF

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

Shades of Heather #A3BDCF

Tints of Heather #A3BDCF

Color information

#A3BDCF (or 0xA3BDCF) is unknown color: approx Heather. HEX triplet: A3, BD and CF. RGB value is (163,189,207). Sum of RGB (Red+Green+Blue) = 163+189+207=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDCF is #5C4230. Grayscale: #B7B7B7. Windows color (decimal): -6046257 or 13614499. OLE color: 13614499.

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

Color convert

RGB163189207-
CMYK0.210.0900.19
HSL204.55º31.43%72.55%-
HSV(B)204.55º21.26%81.18%-
XYZ44.5648.6966.08-
YUV183.28141.39113.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=29.16%
G=33.81%
B=37.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631892070.210.0900.19204.5531.4372.55
HexA3BDCF159013cd1f49
Octal243275317251102331537111
Binary10100011101111011100111110101100101001111001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDCF; }

 p { color: rgb(163,189,207); }

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

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

 a { background-color: rgb(163,189,207); }

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

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

 span { border-color: rgb(163,189,207); }

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