Html Css Color HEX #ABBAC2 Heather

📋 copy color: '#ABBAC2'

red 171 ◦ green 186 ◦ blue 194

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

Shades of Heather #ABBAC2

Tints of Heather #ABBAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.21%

R = 31.03%
G = 33.76%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABBAC2 (or 0xABBAC2) is known color: Heather. HEX triplet: AB, BA and C2. RGB value is (171,186,194). Sum of RGB (Red+Green+Blue) = 171+186+194=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC2 is #54453D. Grayscale: #B6B6B6. Windows color (decimal): -5522750 or 12761771. OLE color: 12761771.

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

Color convert

RGB 171 186 194 -
CMYK 0.12 0.04 0 0.24
HSL 200.87º 0.16% 0.72% -
HSV(B) 200.87º 0.12% 0.76% -
XYZ 44.09 47.67 57.92 -
YUV 182.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 171 186 194 0.12 0.04 0 0.24 200.87 0.16 0.72
Hex AB BA C2 C 4 0 18 C9 10 48
Octal 253 272 302 14 4 0 30 311 20 110
Binary 10101011 10111010 11000010 1100 100 0 11000 11001001 10000 1001000

Color Harmonies of #ABBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAC2

Black with #ABBAC2

Text Example


Text Example

White with #ABBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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