#ABBDC2

Color #ABBDC2 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ABBDC2

Tints of Heather #ABBDC2

Color information

#ABBDC2 (or 0xABBDC2) is unknown color: approx Heather. HEX triplet: AB, BD and C2. RGB value is (171,189,194). Sum of RGB (Red+Green+Blue) = 171+189+194=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC2 is #54423D. Grayscale: #B8B8B8. Windows color (decimal): -5521982 or 12762539. OLE color: 12762539.

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

Color convert

RGB171189194-
CMYK0.120.0300.24
HSL193.04º15.86%71.57%-
HSV(B)193.04º11.86%76.08%-
XYZ44.7348.9558.13-
YUV184.19133.54118.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=30.87%
G=34.12%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711891940.120.0300.24193.0415.8671.57
HexABBDC2C3018c11048
Octal25327530214303030120110
Binary10101011101111011100001011001101100011000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC2; }

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

 H1.HeaderClassName
 {
   color: #ABBDC2;
 }
 .AnyTagClassName
 {
   color: #ABBDC2;
 }
</style>
background-color css

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

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

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

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

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

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