Html Css Color HEX #ABBEC2 Heather

📋 copy color: '#ABBEC2'

red 171 ◦ green 190 ◦ blue 194

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

Shades of Heather #ABBEC2

Tints of Heather #ABBEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

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

R = 30.81%
G = 34.23%
B = 34.95%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABBEC2 (or 0xABBEC2) is known color: Heather. HEX triplet: AB, BE and C2. RGB value is (171,190,194). Sum of RGB (Red+Green+Blue) = 171+190+194=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEC2 is #54413D. Grayscale: #B8B8B8. Windows color (decimal): -5521726 or 12762795. OLE color: 12762795.

HSL color Cylindrical-coordinate representation of color #ABBEC2: hue angle of 190.43º 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 #ABBEC2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 190 194 -
CMYK 0.12 0.02 0 0.24
HSL 190.43º 0.16% 0.72% -
HSV(B) 190.43º 0.12% 0.76% -
XYZ 44.95 49.38 58.2 -
YUV 184.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 171 190 194 0.12 0.02 0 0.24 190.43 0.16 0.72
Hex AB BE C2 C 2 0 18 BE 10 48
Octal 253 276 302 14 2 0 30 276 20 110
Binary 10101011 10111110 11000010 1100 10 0 11000 10111110 10000 1001000

Color Harmonies of #ABBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEC2

Black with #ABBEC2

Text Example


Text Example

White with #ABBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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