Html Css Color HEX #ADB5BB Heather

📋 copy color: '#ADB5BB'

red 173 ◦ green 181 ◦ blue 187

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

Shades of Heather #ADB5BB

Tints of Heather #ADB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.46%

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

R = 31.98%
G = 33.46%
B = 34.57%

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

#ADB5BB (or 0xADB5BB) is known color: Heather. HEX triplet: AD, B5 and BB. RGB value is (173,181,187). Sum of RGB (Red+Green+Blue) = 173+181+187=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BB is #524A44. Grayscale: #B3B3B3. Windows color (decimal): -5392965 or 12301741. OLE color: 12301741.

HSL color Cylindrical-coordinate representation of color #ADB5BB: hue angle of 205.71º 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 #ADB5BB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 181 187 -
CMYK 0.07 0.03 0 0.27
HSL 205.71º 0.09% 0.71% -
HSV(B) 205.71º 0.07% 0.73% -
XYZ 42.73 45.52 53.55 -
YUV 179.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 173 181 187 0.07 0.03 0 0.27 205.71 0.09 0.71
Hex AD B5 BB 7 3 0 1B CE 9 47
Octal 255 265 273 7 3 0 33 316 11 107
Binary 10101101 10110101 10111011 111 11 0 11011 11001110 1001 1000111

Color Harmonies of #ADB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5BB

Black with #ADB5BB

Text Example


Text Example

White with #ADB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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