#A5BDCA

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

Shades of Heather #A5BDCA

Tints of Heather #A5BDCA

Color information

#A5BDCA (or 0xA5BDCA) is unknown color: approx Heather. HEX triplet: A5, BD and CA. RGB value is (165,189,202). Sum of RGB (Red+Green+Blue) = 165+189+202=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDCA is #5A4235. Grayscale: #B7B7B7. Windows color (decimal): -5915190 or 13286821. OLE color: 13286821.

HSL color Cylindrical-coordinate representation of color #A5BDCA: hue angle of 201.08º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BDCA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165189202-
CMYK0.180.0600.21
HSL201.08º25.87%71.96%-
HSV(B)201.08º18.32%79.22%-
XYZ44.3848.6662.93-
YUV183.31138.55114.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=29.68%
G=33.99%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651892020.180.0600.21201.0825.8771.96
HexA5BDCA126015c91a48
Octal24527531222602531132110
Binary1010010110111101110010101001011001010111001001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDCA; }

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

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

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

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

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

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

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

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