#ABB5E5

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

Shades of Perano #ABB5E5

Tints of Perano #ABB5E5

Color information

#ABB5E5 (or 0xABB5E5) is unknown color: approx Perano. HEX triplet: AB, B5 and E5. RGB value is (171,181,229). Sum of RGB (Red+Green+Blue) = 171+181+229=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABB5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5E5 is #544A1A. Grayscale: #B7B7B7. Windows color (decimal): -5523995 or 15054251. OLE color: 15054251.

HSL color Cylindrical-coordinate representation of color #ABB5E5: hue angle of 229.66º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB5E5 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171181229-
CMYK0.250.2100.10
HSL229.66º52.73%78.43%-
HSV(B)229.66º25.33%89.8%-
XYZ47.4647.3680.77-
YUV183.48153.69119.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 229 (89.84% from 255) = 39.41%
R=29.43%
G=31.15%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711812290.250.2100.10229.6652.7378.43
HexABB5E519150Ae6354e
Octal253265345312501234665116
Binary101010111011010111100101110011010101010111001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5E5; }

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

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

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

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

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

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

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

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