Html Css Color HEX #ADBBC6 Heather

📋 copy color: '#ADBBC6'

red 173 ◦ green 187 ◦ blue 198

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

Shades of Heather #ADBBC6

Tints of Heather #ADBBC6

RGB

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

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

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

R = 31%
G = 33.51%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADBBC6 (or 0xADBBC6) is known color: Heather. HEX triplet: AD, BB and C6. RGB value is (173,187,198). Sum of RGB (Red+Green+Blue) = 173+187+198=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADBBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC6 is #524439. Grayscale: #B8B8B8. Windows color (decimal): -5391418 or 13024173. OLE color: 13024173.

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

Color convert

RGB 173 187 198 -
CMYK 0.13 0.06 0 0.22
HSL 206.4º 0.18% 0.73% -
HSV(B) 206.4º 0.13% 0.78% -
XYZ 45.2 48.5 60.41 -
YUV 184.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 173 187 198 0.13 0.06 0 0.22 206.4 0.18 0.73
Hex AD BB C6 D 6 0 16 CE 12 49
Octal 255 273 306 15 6 0 26 316 22 111
Binary 10101101 10111011 11000110 1101 110 0 10110 11001110 10010 1001001

Color Harmonies of #ADBBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBC6

Black with #ADBBC6

Text Example


Text Example

White with #ADBBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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