Html Css Color HEX #AAB2EA Perano

📋 copy color: '#AAB2EA'

red 170 ◦ green 178 ◦ blue 234

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

Shades of Perano #AAB2EA

Tints of Perano #AAB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.58%

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 29.21%
G = 30.58%
B = 40.21%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAB2EA (or 0xAAB2EA) is known color: Perano. HEX triplet: AA, B2 and EA. RGB value is (170,178,234). Sum of RGB (Red+Green+Blue) = 170+178+234=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2EA is #554D15. Grayscale: #B5B5B5. Windows color (decimal): -5590294 or 15381162. OLE color: 15381162.

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

Color convert

RGB 170 178 234 -
CMYK 0.27 0.24 0 0.08
HSL 232.5º 0.6% 0.79% -
HSV(B) 232.5º 0.27% 0.92% -
XYZ 47.35 46.33 84.29 -
YUV 181.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 170 178 234 0.27 0.24 0 0.08 232.5 0.6 0.79
Hex AA B2 EA 1B 18 0 8 E8 3C 4F
Octal 252 262 352 33 30 0 10 350 74 117
Binary 10101010 10110010 11101010 11011 11000 0 1000 11101000 111100 1001111

Color Harmonies of #AAB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2EA

Black with #AAB2EA

Text Example


Text Example

White with #AAB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2EA; }

 p { color: rgb(170,178,234); }

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

background-color css

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

 a { background-color: rgb(170,178,234); }

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

border-color css

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

 span { border-color: rgb(170,178,234); }

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