#A5BDC4

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

Shades of Heather #A5BDC4

Tints of Heather #A5BDC4

Color information

#A5BDC4 (or 0xA5BDC4) is unknown color: approx Heather. HEX triplet: A5, BD and C4. RGB value is (165,189,196). Sum of RGB (Red+Green+Blue) = 165+189+196=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDC4 is #5A423B. Grayscale: #B6B6B6. Windows color (decimal): -5915196 or 12893605. OLE color: 12893605.

HSL color Cylindrical-coordinate representation of color #A5BDC4: hue angle of 193.55º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BDC4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165189196-
CMYK0.160.0400.23
HSL193.55º20.81%70.78%-
HSV(B)193.55º15.82%76.86%-
XYZ43.6848.3859.26-
YUV182.62135.55115.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=30%
G=34.36%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651891960.160.0400.23193.5520.8170.78
HexA5BDC4104017c21547
Octal24527530420402730225107
Binary1010010110111101110001001000010001011111000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BDC4; }

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

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

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

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

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

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

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

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