#ABBFCD

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

Shades of Heather #ABBFCD

Tints of Heather #ABBFCD

Color information

#ABBFCD (or 0xABBFCD) is unknown color: approx Heather. HEX triplet: AB, BF and CD. RGB value is (171,191,205). Sum of RGB (Red+Green+Blue) = 171+191+205=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFCD is #544032. Grayscale: #BABABA. Windows color (decimal): -5521459 or 13483947. OLE color: 13483947.

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

Color convert

RGB171191205-
CMYK0.170.0700.20
HSL204.71º25.37%73.73%-
HSV(B)204.71º16.59%80.39%-
XYZ46.4450.3365.02-
YUV186.62138.37116.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=30.16%
G=33.69%
B=36.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711912050.170.0700.20204.7125.3773.73
HexABBFCD117014cd194a
Octal25327731521702431531112
Binary1010101110111111110011011000111101010011001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFCD; }

 p { color: rgb(171,191,205); }

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

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

 a { background-color: rgb(171,191,205); }

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

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

 span { border-color: rgb(171,191,205); }

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