#AABDE4

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

Shades of Perano #AABDE4

Tints of Perano #AABDE4

Color information

#AABDE4 (or 0xAABDE4) is unknown color: approx Perano. HEX triplet: AA, BD and E4. RGB value is (170,189,228). Sum of RGB (Red+Green+Blue) = 170+189+228=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #AABDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDE4 is #55421B. Grayscale: #BBBBBB. Windows color (decimal): -5587484 or 14990762. OLE color: 14990762.

HSL color Cylindrical-coordinate representation of color #AABDE4: hue angle of 220.34º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABDE4 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170189228-
CMYK0.250.1700.11
HSL220.34º51.79%78.04%-
HSV(B)220.34º25.44%89.41%-
XYZ48.7850.5480.58-
YUV187.76150.71115.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=28.96%
G=32.20%
B=38.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701892280.250.1700.11220.3451.7978.04
HexAABDE419110Bdc344e
Octal252275344312101333464116
Binary101010101011110111100100110011000101011110111001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDE4; }

 p { color: rgb(170,189,228); }

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

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

 a { background-color: rgb(170,189,228); }

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

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

 span { border-color: rgb(170,189,228); }

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