#ADBCC0

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

Shades of Heather #ADBCC0

Tints of Heather #ADBCC0

Color information

#ADBCC0 (or 0xADBCC0) is unknown color: approx Heather. HEX triplet: AD, BC and C0. RGB value is (173,188,192). Sum of RGB (Red+Green+Blue) = 173+188+192=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCC0 is #52433F. Grayscale: #B7B7B7. Windows color (decimal): -5391168 or 12631213. OLE color: 12631213.

HSL color Cylindrical-coordinate representation of color #ADBCC0: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBCC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173188192-
CMYK0.100.0200.25
HSL192.63º13.1%71.57%-
HSV(B)192.63º9.9%75.29%-
XYZ44.7348.6656.9-
YUV183.97132.53120.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=31.28%
G=34.00%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731881920.100.0200.25192.6313.171.57
HexADBCC0A2019c1d48
Octal25527430012203130115110
Binary1010110110111100110000001010100110011100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCC0; }

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

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

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

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

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

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

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

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