Html Css Color HEX #ABBAC1 Heather

📋 copy color: '#ABBAC1'

red 171 ◦ green 186 ◦ blue 193

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

Shades of Heather #ABBAC1

Tints of Heather #ABBAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 31.09%
G = 33.82%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABBAC1 (or 0xABBAC1) is known color: Heather. HEX triplet: AB, BA and C1. RGB value is (171,186,193). Sum of RGB (Red+Green+Blue) = 171+186+193=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC1 is #54453E. Grayscale: #B6B6B6. Windows color (decimal): -5522751 or 12696235. OLE color: 12696235.

HSL color Cylindrical-coordinate representation of color #ABBAC1: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBAC1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 186 193 -
CMYK 0.11 0.04 0 0.24
HSL 199.09º 0.15% 0.71% -
HSV(B) 199.09º 0.11% 0.76% -
XYZ 43.98 47.63 57.33 -
YUV 182.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 171 186 193 0.11 0.04 0 0.24 199.09 0.15 0.71
Hex AB BA C1 B 4 0 18 C7 F 47
Octal 253 272 301 13 4 0 30 307 17 107
Binary 10101011 10111010 11000001 1011 100 0 11000 11000111 1111 1000111

Color Harmonies of #ABBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAC1

Black with #ABBAC1

Text Example


Text Example

White with #ABBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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