#A0BDC5

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

Shades of Heather #A0BDC5

Tints of Heather #A0BDC5

Color information

#A0BDC5 (or 0xA0BDC5) is unknown color: approx Heather. HEX triplet: A0, BD and C5. RGB value is (160,189,197). Sum of RGB (Red+Green+Blue) = 160+189+197=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #A0BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDC5 is #5F423A. Grayscale: #B5B5B5. Windows color (decimal): -6242875 or 12959136. OLE color: 12959136.

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

Color convert

RGB160189197-
CMYK0.190.0400.23
HSL192.97º24.18%70%-
HSV(B)192.97º18.78%77.25%-
XYZ42.7747.959.81-
YUV181.24136.89112.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=29.30%
G=34.62%
B=36.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601891970.190.0400.23192.9724.1870
HexA0BDC5134017c11846
Octal24027530523402730130106
Binary1010000010111101110001011001110001011111000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDC5; }

 p { color: rgb(160,189,197); }

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

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

 a { background-color: rgb(160,189,197); }

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

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

 span { border-color: rgb(160,189,197); }

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