Html Css Color HEX #ADBDCB Heather

📋 copy color: '#ADBDCB'

red 173 ◦ green 189 ◦ blue 203

#ADBDCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ADBDCB

Tints of Heather #ADBDCB

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 value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADBDCB (or 0xADBDCB) is known color: 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

RGB 173 189 203 -
CMYK 0.15 0.07 0 0.20
HSL 208º 0.22% 0.74% -
HSV(B) 208º 0.15% 0.8% -
XYZ 46.21 49.59 63.64 -
YUV 185.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 173 189 203 0.15 0.07 0 0.20 208 0.22 0.74
Hex AD BD CB F 7 0 14 D0 16 4A
Octal 255 275 313 17 7 0 24 320 26 112
Binary 10101101 10111101 11001011 1111 111 0 10100 11010000 10110 1001010

Color Harmonies of #ADBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDCB

Black with #ADBDCB

Text Example


Text Example

White with #ADBDCB

Text Example


Text Example

HTML Codes & Css Web 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>