#AABCEB

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

Shades of Perano #AABCEB

Tints of Perano #AABCEB

Color information

#AABCEB (or 0xAABCEB) is unknown color: approx Perano. HEX triplet: AA, BC and EB. RGB value is (170,188,235). Sum of RGB (Red+Green+Blue) = 170+188+235=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEB is #554314. Grayscale: #BBBBBB. Windows color (decimal): -5587733 or 15449258. OLE color: 15449258.

HSL color Cylindrical-coordinate representation of color #AABCEB: hue angle of 223.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABCEB is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170188235-
CMYK0.280.200.08
HSL223.38º61.9%79.41%-
HSV(B)223.38º27.66%92.16%-
XYZ49.5650.5185.73-
YUV187.98154.54115.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=28.67%
G=31.70%
B=39.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701882350.280.200.08223.3861.979.41
HexAABCEB1C1408df3e4f
Octal252274353342401033776117
Binary101010101011110011101011111001010001000110111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCEB; }

 p { color: rgb(170,188,235); }

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

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

 a { background-color: rgb(170,188,235); }

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

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

 span { border-color: rgb(170,188,235); }

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