Html Css Color HEX #ADBDC2 Heather

📋 copy color: '#ADBDC2'

red 173 ◦ green 189 ◦ blue 194

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

Shades of Heather #ADBDC2

Tints of Heather #ADBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 31.12%
G = 33.99%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBDC2 (or 0xADBDC2) is known color: Heather. HEX triplet: AD, BD and C2. RGB value is (173,189,194). Sum of RGB (Red+Green+Blue) = 173+189+194=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC2 is #52423D. Grayscale: #B8B8B8. Windows color (decimal): -5390910 or 12762541. OLE color: 12762541.

HSL color Cylindrical-coordinate representation of color #ADBDC2: hue angle of 194.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBDC2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 189 194 -
CMYK 0.11 0.03 0 0.24
HSL 194.29º 0.15% 0.72% -
HSV(B) 194.29º 0.11% 0.76% -
XYZ 45.17 49.17 58.15 -
YUV 184.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 173 189 194 0.11 0.03 0 0.24 194.29 0.15 0.72
Hex AD BD C2 B 3 0 18 C2 F 48
Octal 255 275 302 13 3 0 30 302 17 110
Binary 10101101 10111101 11000010 1011 11 0 11000 11000010 1111 1001000

Color Harmonies of #ADBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDC2

Black with #ADBDC2

Text Example


Text Example

White with #ADBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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