Html Css Color HEX #AAB2EE Perano

📋 copy color: '#AAB2EE'

red 170 ◦ green 178 ◦ blue 238

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

Shades of Perano #AAB2EE

Tints of Perano #AAB2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 29.01%
G = 30.38%
B = 40.61%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAB2EE (or 0xAAB2EE) is known color: Perano. HEX triplet: AA, B2 and EE. RGB value is (170,178,238). Sum of RGB (Red+Green+Blue) = 170+178+238=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2EE is #554D11. Grayscale: #B6B6B6. Windows color (decimal): -5590290 or 15643306. OLE color: 15643306.

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

Color convert

RGB 170 178 238 -
CMYK 0.29 0.25 0 0.07
HSL 232.94º 0.67% 0.8% -
HSV(B) 232.94º 0.29% 0.93% -
XYZ 47.93 46.56 87.35 -
YUV 182.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 170 178 238 0.29 0.25 0 0.07 232.94 0.67 0.8
Hex AA B2 EE 1D 19 0 7 E9 43 50
Octal 252 262 356 35 31 0 7 351 103 120
Binary 10101010 10110010 11101110 11101 11001 0 111 11101001 1000011 1010000

Color Harmonies of #AAB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2EE

Black with #AAB2EE

Text Example


Text Example

White with #AAB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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