#ABB5EA

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

Shades of Perano #ABB5EA

Tints of Perano #ABB5EA

Color information

#ABB5EA (or 0xABB5EA) is unknown color: approx Perano. HEX triplet: AB, B5 and EA. RGB value is (171,181,234). Sum of RGB (Red+Green+Blue) = 171+181+234=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5EA is #544A15. Grayscale: #B7B7B7. Windows color (decimal): -5523990 or 15381931. OLE color: 15381931.

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

Color convert

RGB171181234-
CMYK0.270.2300.08
HSL230.48º60%79.41%-
HSV(B)230.48º26.92%91.76%-
XYZ48.1747.6584.5-
YUV184.05156.19118.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=29.18%
G=30.89%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711812340.270.2300.08230.486079.41
HexABB5EA1B1708e63c4f
Octal253265352332701034674117
Binary101010111011010111101010110111011101000111001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5EA; }

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

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

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

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

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

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

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

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