#ABBDE5

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

Shades of Perano #ABBDE5

Tints of Perano #ABBDE5

Color information

#ABBDE5 (or 0xABBDE5) is unknown color: approx Perano. HEX triplet: AB, BD and E5. RGB value is (171,189,229). Sum of RGB (Red+Green+Blue) = 171+189+229=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDE5 is #54421A. Grayscale: #BCBCBC. Windows color (decimal): -5521947 or 15056299. OLE color: 15056299.

HSL color Cylindrical-coordinate representation of color #ABBDE5: hue angle of 221.38º 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 #ABBDE5 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171189229-
CMYK0.250.1700.10
HSL221.38º52.73%78.43%-
HSV(B)221.38º25.33%89.8%-
XYZ49.1450.7181.33-
YUV188.18151.04115.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=29.03%
G=32.09%
B=38.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711892290.250.1700.10221.3852.7378.43
HexABBDE519110Add354e
Octal253275345312101233565116
Binary101010111011110111100101110011000101010110111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDE5; }

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

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

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

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

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

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

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

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