#ABBFEC

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

Shades of Perano #ABBFEC

Tints of Perano #ABBFEC

Color information

#ABBFEC (or 0xABBFEC) is unknown color: approx Perano. HEX triplet: AB, BF and EC. RGB value is (171,191,236). Sum of RGB (Red+Green+Blue) = 171+191+236=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEC is #544013. Grayscale: #BDBDBD. Windows color (decimal): -5521428 or 15515563. OLE color: 15515563.

HSL color Cylindrical-coordinate representation of color #ABBFEC: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBFEC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171191236-
CMYK0.280.1900.07
HSL221.54º63.11%79.8%-
HSV(B)221.54º27.54%92.55%-
XYZ50.5751.9886.72-
YUV190.15153.87114.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=28.60%
G=31.94%
B=39.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711912360.280.1900.07221.5463.1179.8
HexABBFEC1C1307de3f50
Octal25327735434230733677120
Binary10101011101111111110110011100100110111110111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFEC; }

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

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

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

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

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

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

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

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