Html Css Color HEX #AAB4EC Perano

📋 copy color: '#AAB4EC'

red 170 ◦ green 180 ◦ blue 236

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

Shades of Perano #AAB4EC

Tints of Perano #AAB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.72%

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

R = 29.01%
G = 30.72%
B = 40.27%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAB4EC (or 0xAAB4EC) is known color: Perano. HEX triplet: AA, B4 and EC. RGB value is (170,180,236). Sum of RGB (Red+Green+Blue) = 170+180+236=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4EC is #554B13. Grayscale: #B7B7B7. Windows color (decimal): -5589780 or 15512746. OLE color: 15512746.

HSL color Cylindrical-coordinate representation of color #AAB4EC: hue angle of 230.91º 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 #AAB4EC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 180 236 -
CMYK 0.28 0.24 0 0.07
HSL 230.91º 0.63% 0.8% -
HSV(B) 230.91º 0.28% 0.93% -
XYZ 48.04 47.24 85.94 -
YUV 183.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 170 180 236 0.28 0.24 0 0.07 230.91 0.63 0.8
Hex AA B4 EC 1C 18 0 7 E7 3F 50
Octal 252 264 354 34 30 0 7 347 77 120
Binary 10101010 10110100 11101100 11100 11000 0 111 11100111 111111 1010000

Color Harmonies of #AAB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4EC

Black with #AAB4EC

Text Example


Text Example

White with #AAB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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