Html Css Color HEX #ADBDC6 Heather

📋 copy color: '#ADBDC6'

red 173 ◦ green 189 ◦ blue 198

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

Shades of Heather #ADBDC6

Tints of Heather #ADBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 30.89%
G = 33.75%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADBDC6 (or 0xADBDC6) is known color: Heather. HEX triplet: AD, BD and C6. RGB value is (173,189,198). Sum of RGB (Red+Green+Blue) = 173+189+198=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADBDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC6 is #524239. Grayscale: #B9B9B9. Windows color (decimal): -5390906 or 13024685. OLE color: 13024685.

HSL color Cylindrical-coordinate representation of color #ADBDC6: hue angle of 201.6º degrees, saturation: 0.18, 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 #ADBDC6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 189 198 -
CMYK 0.13 0.05 0 0.22
HSL 201.6º 0.18% 0.73% -
HSV(B) 201.6º 0.13% 0.78% -
XYZ 45.62 49.36 60.55 -
YUV 185.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 173 189 198 0.13 0.05 0 0.22 201.6 0.18 0.73
Hex AD BD C6 D 5 0 16 CA 12 49
Octal 255 275 306 15 5 0 26 312 22 111
Binary 10101101 10111101 11000110 1101 101 0 10110 11001010 10010 1001001

Color Harmonies of #ADBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDC6

Black with #ADBDC6

Text Example


Text Example

White with #ADBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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