#ABBAEA

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

Shades of Perano #ABBAEA

Tints of Perano #ABBAEA

Color information

#ABBAEA (or 0xABBAEA) is unknown color: approx Perano. HEX triplet: AB, BA and EA. RGB value is (171,186,234). Sum of RGB (Red+Green+Blue) = 171+186+234=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAEA is #544515. Grayscale: #BABABA. Windows color (decimal): -5522710 or 15383211. OLE color: 15383211.

HSL color Cylindrical-coordinate representation of color #ABBAEA: hue angle of 225.71º 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 #ABBAEA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171186234-
CMYK0.270.2100.08
HSL225.71º60%79.41%-
HSV(B)225.71º26.92%91.76%-
XYZ49.249.7284.84-
YUV186.99154.53116.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=28.93%
G=31.47%
B=39.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711862340.270.2100.08225.716079.41
HexABBAEA1B1508e23c4f
Octal253272352332501034274117
Binary101010111011101011101010110111010101000111000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAEA; }

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

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

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

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

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

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

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

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