#ADBDCB

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

Shades of Heather #ADBDCB

Tints of Heather #ADBDCB

Color information

#ADBDCB (or 0xADBDCB) is unknown color: approx Heather. HEX triplet: AD, BD and CB. RGB value is (173,189,203). Sum of RGB (Red+Green+Blue) = 173+189+203=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCB is #524234. Grayscale: #B9B9B9. Windows color (decimal): -5390901 or 13352365. OLE color: 13352365.

HSL color Cylindrical-coordinate representation of color #ADBDCB: hue angle of 208º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBDCB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173189203-
CMYK0.150.0700.20
HSL208º22.39%73.73%-
HSV(B)208º14.78%79.61%-
XYZ46.2149.5963.64-
YUV185.81137.7118.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=30.62%
G=33.45%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731892030.150.0700.2020822.3973.73
HexADBDCBF7014d0164a
Octal25527531317702432026112
Binary101011011011110111001011111111101010011010000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDCB; }

 p { color: rgb(173,189,203); }

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

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

 a { background-color: rgb(173,189,203); }

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

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

 span { border-color: rgb(173,189,203); }

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