#ABAFE2

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

Shades of Perano #ABAFE2

Tints of Perano #ABAFE2

Color information

#ABAFE2 (or 0xABAFE2) is unknown color: approx Perano. HEX triplet: AB, AF and E2. RGB value is (171,175,226). Sum of RGB (Red+Green+Blue) = 171+175+226=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE2 is #54501D. Grayscale: #B3B3B3. Windows color (decimal): -5525534 or 14856107. OLE color: 14856107.

HSL color Cylindrical-coordinate representation of color #ABAFE2: hue angle of 235.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAFE2 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171175226-
CMYK0.240.2300.11
HSL235.64º48.67%77.84%-
HSV(B)235.64º24.34%88.63%-
XYZ45.8544.8178.18-
YUV179.62154.17121.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=29.90%
G=30.59%
B=39.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711752260.240.2300.11235.6448.6777.84
HexABAFE218170Bec314e
Octal253257342302701335461116
Binary101010111010111111100010110001011101011111011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFE2; }

 p { color: rgb(171,175,226); }

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

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

 a { background-color: rgb(171,175,226); }

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

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

 span { border-color: rgb(171,175,226); }

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