Html Css Color HEX #AAB2E4 Perano

📋 copy color: '#AAB2E4'

red 170 ◦ green 178 ◦ blue 228

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

Shades of Perano #AAB2E4

Tints of Perano #AAB2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 29.51%
G = 30.9%
B = 39.58%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AAB2E4 (or 0xAAB2E4) is known color: Perano. HEX triplet: AA, B2 and E4. RGB value is (170,178,228). Sum of RGB (Red+Green+Blue) = 170+178+228=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAB2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2E4 is #554D1B. Grayscale: #B5B5B5. Windows color (decimal): -5590300 or 14987946. OLE color: 14987946.

HSL color Cylindrical-coordinate representation of color #AAB2E4: hue angle of 231.72º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB2E4 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 178 228 -
CMYK 0.25 0.22 0 0.11
HSL 231.72º 0.52% 0.78% -
HSV(B) 231.72º 0.25% 0.89% -
XYZ 46.5 45.99 79.82 -
YUV 181.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 170 178 228 0.25 0.22 0 0.11 231.72 0.52 0.78
Hex AA B2 E4 19 16 0 B E8 34 4E
Octal 252 262 344 31 26 0 13 350 64 116
Binary 10101010 10110010 11100100 11001 10110 0 1011 11101000 110100 1001110

Color Harmonies of #AAB2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2E4

Black with #AAB2E4

Text Example


Text Example

White with #AAB2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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