Html Css Color HEX #ABB4BA Heather

📋 copy color: '#ABB4BA'

red 171 ◦ green 180 ◦ blue 186

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

Shades of Heather #ABB4BA

Tints of Heather #ABB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.52%

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

R = 31.84%
G = 33.52%
B = 34.64%

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

#ABB4BA (or 0xABB4BA) is known color: Heather. HEX triplet: AB, B4 and BA. RGB value is (171,180,186). Sum of RGB (Red+Green+Blue) = 171+180+186=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BA is #544B45. Grayscale: #B1B1B1. Windows color (decimal): -5524294 or 12235947. OLE color: 12235947.

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

Color convert

RGB 171 180 186 -
CMYK 0.08 0.03 0 0.27
HSL 204º 0.1% 0.7% -
HSV(B) 204º 0.08% 0.73% -
XYZ 41.98 44.85 52.9 -
YUV 177.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 171 180 186 0.08 0.03 0 0.27 204 0.1 0.7
Hex AB B4 BA 8 3 0 1B CC A 46
Octal 253 264 272 10 3 0 33 314 12 106
Binary 10101011 10110100 10111010 1000 11 0 11011 11001100 1010 1000110

Color Harmonies of #ABB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4BA

Black with #ABB4BA

Text Example


Text Example

White with #ABB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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