#ADBCCA

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

Shades of Heather #ADBCCA

Tints of Heather #ADBCCA

Color information

#ADBCCA (or 0xADBCCA) is unknown color: approx Heather. HEX triplet: AD, BC and CA. RGB value is (173,188,202). Sum of RGB (Red+Green+Blue) = 173+188+202=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCCA is #524335. Grayscale: #B9B9B9. Windows color (decimal): -5391158 or 13286573. OLE color: 13286573.

HSL color Cylindrical-coordinate representation of color #ADBCCA: hue angle of 208.97º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBCCA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173188202-
CMYK0.140.0700.21
HSL208.97º21.48%73.53%-
HSV(B)208.97º14.36%79.22%-
XYZ45.8849.1162.94-
YUV185.11137.53119.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=30.73%
G=33.39%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731882020.140.0700.21208.9721.4873.53
HexADBCCAE7015d1154a
Octal25527431216702532125112
Binary101011011011110011001010111011101010111010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCCA; }

 p { color: rgb(173,188,202); }

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

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

 a { background-color: rgb(173,188,202); }

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

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

 span { border-color: rgb(173,188,202); }

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