Html Css Color HEX #ABB5BA Heather

📋 copy color: '#ABB5BA'

red 171 ◦ green 181 ◦ blue 186

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

Shades of Heather #ABB5BA

Tints of Heather #ABB5BA

RGB

 RED value IS 171 (67.19% from 255) = 31.78%

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 31.78%
G = 33.64%
B = 34.57%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABB5BA (or 0xABB5BA) is known color: Heather. HEX triplet: AB, B5 and BA. RGB value is (171,181,186). Sum of RGB (Red+Green+Blue) = 171+181+186=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5BA is #544A45. Grayscale: #B2B2B2. Windows color (decimal): -5524038 or 12236203. OLE color: 12236203.

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

Color convert

RGB 171 181 186 -
CMYK 0.08 0.03 0 0.27
HSL 200º 0.1% 0.7% -
HSV(B) 200º 0.08% 0.73% -
XYZ 42.18 45.25 52.97 -
YUV 178.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 171 181 186 0.08 0.03 0 0.27 200 0.1 0.7
Hex AB B5 BA 8 3 0 1B C8 A 46
Octal 253 265 272 10 3 0 33 310 12 106
Binary 10101011 10110101 10111010 1000 11 0 11011 11001000 1010 1000110

Color Harmonies of #ABB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5BA

Black with #ABB5BA

Text Example


Text Example

White with #ABB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5BA; }

 p { color: rgb(171,181,186); }

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

background-color css

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

 a { background-color: rgb(171,181,186); }

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

border-color css

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

 span { border-color: rgb(171,181,186); }

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