Html Css Color HEX #ADBDC1 Heather

📋 copy color: '#ADBDC1'

red 173 ◦ green 189 ◦ blue 193

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

Shades of Heather #ADBDC1

Tints of Heather #ADBDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 31.17%
G = 34.05%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBDC1 (or 0xADBDC1) is known color: Heather. HEX triplet: AD, BD and C1. RGB value is (173,189,193). Sum of RGB (Red+Green+Blue) = 173+189+193=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC1 is #52423E. Grayscale: #B8B8B8. Windows color (decimal): -5390911 or 12697005. OLE color: 12697005.

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

Color convert

RGB 173 189 193 -
CMYK 0.10 0.02 0 0.24
HSL 192º 0.14% 0.72% -
HSV(B) 192º 0.1% 0.76% -
XYZ 45.06 49.13 57.56 -
YUV 184.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 173 189 193 0.10 0.02 0 0.24 192 0.14 0.72
Hex AD BD C1 A 2 0 18 C0 E 48
Octal 255 275 301 12 2 0 30 300 16 110
Binary 10101101 10111101 11000001 1010 10 0 11000 11000000 1110 1001000

Color Harmonies of #ADBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDC1

Black with #ADBDC1

Text Example


Text Example

White with #ADBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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