#ABBCC2

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

Shades of Heather #ABBCC2

Tints of Heather #ABBCC2

Color information

#ABBCC2 (or 0xABBCC2) is unknown color: approx Heather. HEX triplet: AB, BC and C2. RGB value is (171,188,194). Sum of RGB (Red+Green+Blue) = 171+188+194=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCC2 is #54433D. Grayscale: #B7B7B7. Windows color (decimal): -5522238 or 12762283. OLE color: 12762283.

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

Color convert

RGB171188194-
CMYK0.120.0300.24
HSL195.65º15.86%71.57%-
HSV(B)195.65º11.86%76.08%-
XYZ44.5248.5258.06-
YUV183.6133.87119.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=30.92%
G=34.00%
B=35.08%

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
Decimal1711881940.120.0300.24195.6515.8671.57
HexABBCC2C3018c41048
Octal25327430214303030420110
Binary10101011101111001100001011001101100011000100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCC2; }

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

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

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

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

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

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

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

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