Html Css Color HEX #AAB2E8 Perano

📋 copy color: '#AAB2E8'

red 170 ◦ green 178 ◦ blue 232

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

Shades of Perano #AAB2E8

Tints of Perano #AAB2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40%

R = 29.31%
G = 30.69%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAB2E8 (or 0xAAB2E8) is known color: Perano. HEX triplet: AA, B2 and E8. RGB value is (170,178,232). Sum of RGB (Red+Green+Blue) = 170+178+232=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAB2E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2E8 is #554D17. Grayscale: #B5B5B5. Windows color (decimal): -5590296 or 15250090. OLE color: 15250090.

HSL color Cylindrical-coordinate representation of color #AAB2E8: hue angle of 232.26º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB2E8 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 178 232 -
CMYK 0.27 0.23 0 0.09
HSL 232.26º 0.57% 0.79% -
HSV(B) 232.26º 0.27% 0.91% -
XYZ 47.06 46.21 82.78 -
YUV 181.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 170 178 232 0.27 0.23 0 0.09 232.26 0.57 0.79
Hex AA B2 E8 1B 17 0 9 E8 39 4F
Octal 252 262 350 33 27 0 11 350 71 117
Binary 10101010 10110010 11101000 11011 10111 0 1001 11101000 111001 1001111

Color Harmonies of #AAB2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2E8

Black with #AAB2E8

Text Example


Text Example

White with #AAB2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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