#ABBECC

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

Shades of Heather #ABBECC

Tints of Heather #ABBECC

Color information

#ABBECC (or 0xABBECC) is unknown color: approx Heather. HEX triplet: AB, BE and CC. RGB value is (171,190,204). Sum of RGB (Red+Green+Blue) = 171+190+204=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBECC is #544133. Grayscale: #B9B9B9. Windows color (decimal): -5521716 or 13418155. OLE color: 13418155.

HSL color Cylindrical-coordinate representation of color #ABBECC: hue angle of 205.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBECC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171190204-
CMYK0.160.0700.2
HSL205.45º24.44%73.53%-
HSV(B)205.45º16.18%80%-
XYZ46.1149.8464.32-
YUV185.92138.21117.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=30.27%
G=33.63%
B=36.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711902040.160.0700.2205.4524.4473.53
HexABBECC107014cd184a
Octal25327631420702431530112
Binary1010101110111110110011001000011101010011001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBECC; }

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

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

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

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

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

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

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

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