Html Css Color HEX #ADBBC9 Heather

📋 copy color: '#ADBBC9'

red 173 ◦ green 187 ◦ blue 201

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

Shades of Heather #ADBBC9

Tints of Heather #ADBBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 30.84%
G = 33.33%
B = 35.83%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADBBC9 (or 0xADBBC9) is known color: Heather. HEX triplet: AD, BB and C9. RGB value is (173,187,201). Sum of RGB (Red+Green+Blue) = 173+187+201=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC9 is #524436. Grayscale: #B8B8B8. Windows color (decimal): -5391415 or 13220781. OLE color: 13220781.

HSL color Cylindrical-coordinate representation of color #ADBBC9: hue angle of 210º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBBC9 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 187 201 -
CMYK 0.14 0.07 0 0.21
HSL 210º 0.21% 0.73% -
HSV(B) 210º 0.14% 0.79% -
XYZ 45.55 48.64 62.25 -
YUV 184.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 173 187 201 0.14 0.07 0 0.21 210 0.21 0.73
Hex AD BB C9 E 7 0 15 D2 15 49
Octal 255 273 311 16 7 0 25 322 25 111
Binary 10101101 10111011 11001001 1110 111 0 10101 11010010 10101 1001001

Color Harmonies of #ADBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBC9

Black with #ADBBC9

Text Example


Text Example

White with #ADBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBC9; }

 p { color: rgb(173,187,201); }

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

background-color css

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

 a { background-color: rgb(173,187,201); }

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

border-color css

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

 span { border-color: rgb(173,187,201); }

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