Html Css Color HEX #ABBAC9 Heather

📋 copy color: '#ABBAC9'

red 171 ◦ green 186 ◦ blue 201

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

Shades of Heather #ABBAC9

Tints of Heather #ABBAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 30.65%
G = 33.33%
B = 36.02%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABBAC9 (or 0xABBAC9) is known color: Heather. HEX triplet: AB, BA and C9. RGB value is (171,186,201). Sum of RGB (Red+Green+Blue) = 171+186+201=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC9 is #544536. Grayscale: #B7B7B7. Windows color (decimal): -5522743 or 13220523. OLE color: 13220523.

HSL color Cylindrical-coordinate representation of color #ABBAC9: hue angle of 210º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABBAC9 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 186 201 -
CMYK 0.15 0.07 0 0.21
HSL 210º 0.22% 0.73% -
HSV(B) 210º 0.15% 0.79% -
XYZ 44.9 47.99 62.16 -
YUV 183.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 171 186 201 0.15 0.07 0 0.21 210 0.22 0.73
Hex AB BA C9 F 7 0 15 D2 16 49
Octal 253 272 311 17 7 0 25 322 26 111
Binary 10101011 10111010 11001001 1111 111 0 10101 11010010 10110 1001001

Color Harmonies of #ABBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAC9

Black with #ABBAC9

Text Example


Text Example

White with #ABBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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