Html Css Color HEX #ADBDC8 Heather

📋 copy color: '#ADBDC8'

red 173 ◦ green 189 ◦ blue 200

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

Shades of Heather #ADBDC8

Tints of Heather #ADBDC8

RGB

 RED value IS 173 (67.97% from 255) = 30.78%

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 200 (78.52% from 255) = 35.59%

R = 30.78%
G = 33.63%
B = 35.59%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADBDC8 (or 0xADBDC8) is known color: Heather. HEX triplet: AD, BD and C8. RGB value is (173,189,200). Sum of RGB (Red+Green+Blue) = 173+189+200=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC8 is #524237. Grayscale: #B9B9B9. Windows color (decimal): -5390904 or 13155757. OLE color: 13155757.

HSL color Cylindrical-coordinate representation of color #ADBDC8: hue angle of 204.44º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBDC8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 189 200 -
CMYK 0.14 0.06 0 0.22
HSL 204.44º 0.2% 0.73% -
HSV(B) 204.44º 0.14% 0.78% -
XYZ 45.86 49.45 61.77 -
YUV 185.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 173 189 200 0.14 0.06 0 0.22 204.44 0.2 0.73
Hex AD BD C8 E 6 0 16 CC 14 49
Octal 255 275 310 16 6 0 26 314 24 111
Binary 10101101 10111101 11001000 1110 110 0 10110 11001100 10100 1001001

Color Harmonies of #ADBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDC8

Black with #ADBDC8

Text Example


Text Example

White with #ADBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDC8; }

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

 H1.HeaderClassName
 {
   color: #ADBDC8;
 }
 .AnyTagClassName
 {
   color: #ADBDC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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