#ABB1EA

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

Shades of Perano #ABB1EA

Tints of Perano #ABB1EA

Color information

#ABB1EA (or 0xABB1EA) is unknown color: approx Perano. HEX triplet: AB, B1 and EA. RGB value is (171,177,234). Sum of RGB (Red+Green+Blue) = 171+177+234=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1EA is #544E15. Grayscale: #B5B5B5. Windows color (decimal): -5525014 or 15380907. OLE color: 15380907.

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

Color convert

RGB171177234-
CMYK0.270.2400.08
HSL234.29º60%79.41%-
HSV(B)234.29º26.92%91.76%-
XYZ47.3746.0484.23-
YUV181.7157.51120.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=29.38%
G=30.41%
B=40.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711772340.270.2400.08234.296079.41
HexABB1EA1B1808ea3c4f
Octal253261352333001035274117
Binary101010111011000111101010110111100001000111010101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1EA; }

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

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

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

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

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

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

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

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