Html Css Color HEX #AAB0EC Perano

📋 copy color: '#AAB0EC'

red 170 ◦ green 176 ◦ blue 236

#AAB0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AAB0EC

Tints of Perano #AAB0EC

RGB

 RED value IS 170 (66.8% from 255) = 29.21%

 GREEN value IS 176 (69.14% from 255) = 30.24%

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 29.21%
G = 30.24%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAB0EC (or 0xAAB0EC) is known color: Perano. HEX triplet: AA, B0 and EC. RGB value is (170,176,236). Sum of RGB (Red+Green+Blue) = 170+176+236=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0EC is #554F13. Grayscale: #B4B4B4. Windows color (decimal): -5590804 or 15511722. OLE color: 15511722.

HSL color Cylindrical-coordinate representation of color #AAB0EC: hue angle of 234.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB0EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 176 236 -
CMYK 0.28 0.25 0 0.07
HSL 234.55º 0.63% 0.8% -
HSV(B) 234.55º 0.28% 0.93% -
XYZ 47.24 45.65 85.68 -
YUV 181.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 170 176 236 0.28 0.25 0 0.07 234.55 0.63 0.8
Hex AA B0 EC 1C 19 0 7 EB 3F 50
Octal 252 260 354 34 31 0 7 353 77 120
Binary 10101010 10110000 11101100 11100 11001 0 111 11101011 111111 1010000

Color Harmonies of #AAB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0EC

Black with #AAB0EC

Text Example


Text Example

White with #AAB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0EC; }

 p { color: rgb(170,176,236); }

 H1.HeaderClassName
 {
   color: #AAB0EC;
 }
 .AnyTagClassName
 {
   color: #AAB0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(170,176,236); }

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

border-color css

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

 span { border-color: rgb(170,176,236); }

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