#ABBDC4

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

Shades of Heather #ABBDC4

Tints of Heather #ABBDC4

Color information

#ABBDC4 (or 0xABBDC4) is unknown color: approx Heather. HEX triplet: AB, BD and C4. RGB value is (171,189,196). Sum of RGB (Red+Green+Blue) = 171+189+196=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC4 is #54423B. Grayscale: #B8B8B8. Windows color (decimal): -5521980 or 12893611. OLE color: 12893611.

HSL color Cylindrical-coordinate representation of color #ABBDC4: hue angle of 196.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBDC4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171189196-
CMYK0.130.0400.23
HSL196.8º17.48%71.96%-
HSV(B)196.8º12.76%76.86%-
XYZ44.9649.0459.32-
YUV184.42134.54118.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=30.76%
G=33.99%
B=35.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711891960.130.0400.23196.817.4871.96
HexABBDC4D4017c51148
Octal25327530415402730521110
Binary101010111011110111000100110110001011111000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC4; }

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

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

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

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

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

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

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

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