Html Css Color HEX #ADB6BB Heather

📋 copy color: '#ADB6BB'

red 173 ◦ green 182 ◦ blue 187

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

Shades of Heather #ADB6BB

Tints of Heather #ADB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 31.92%
G = 33.58%
B = 34.5%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB6BB (or 0xADB6BB) is known color: Heather. HEX triplet: AD, B6 and BB. RGB value is (173,182,187). Sum of RGB (Red+Green+Blue) = 173+182+187=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BB is #524944. Grayscale: #B3B3B3. Windows color (decimal): -5392709 or 12301997. OLE color: 12301997.

HSL color Cylindrical-coordinate representation of color #ADB6BB: hue angle of 201.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB6BB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 182 187 -
CMYK 0.07 0.03 0 0.27
HSL 201.43º 0.09% 0.71% -
HSV(B) 201.43º 0.07% 0.73% -
XYZ 42.93 45.93 53.62 -
YUV 179.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 173 182 187 0.07 0.03 0 0.27 201.43 0.09 0.71
Hex AD B6 BB 7 3 0 1B C9 9 47
Octal 255 266 273 7 3 0 33 311 11 107
Binary 10101101 10110110 10111011 111 11 0 11011 11001001 1001 1000111

Color Harmonies of #ADB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6BB

Black with #ADB6BB

Text Example


Text Example

White with #ADB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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