#ABBFEA

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

Shades of Perano #ABBFEA

Tints of Perano #ABBFEA

Color information

#ABBFEA (or 0xABBFEA) is unknown color: approx Perano. HEX triplet: AB, BF and EA. RGB value is (171,191,234). Sum of RGB (Red+Green+Blue) = 171+191+234=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEA is #544015. Grayscale: #BDBDBD. Windows color (decimal): -5521430 or 15384491. OLE color: 15384491.

HSL color Cylindrical-coordinate representation of color #ABBFEA: hue angle of 220.95º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBFEA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171191234-
CMYK0.270.1800.08
HSL220.95º60%79.41%-
HSV(B)220.95º26.92%91.76%-
XYZ50.2851.8685.2-
YUV189.92152.87114.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=28.69%
G=32.05%
B=39.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711912340.270.1800.08220.956079.41
HexABBFEA1B1208dd3c4f
Octal253277352332201033574117
Binary101010111011111111101010110111001001000110111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFEA; }

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

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

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

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

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

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

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

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