Html Css Color HEX #AAB2ED Perano

📋 copy color: '#AAB2ED'

red 170 ◦ green 178 ◦ blue 237

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

Shades of Perano #AAB2ED

Tints of Perano #AAB2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 29.06%
G = 30.43%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAB2ED (or 0xAAB2ED) is known color: Perano. HEX triplet: AA, B2 and ED. RGB value is (170,178,237). Sum of RGB (Red+Green+Blue) = 170+178+237=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2ED is #554D12. Grayscale: #B6B6B6. Windows color (decimal): -5590291 or 15577770. OLE color: 15577770.

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

Color convert

RGB 170 178 237 -
CMYK 0.28 0.25 0 0.07
HSL 232.84º 0.65% 0.8% -
HSV(B) 232.84º 0.28% 0.93% -
XYZ 47.78 46.5 86.58 -
YUV 182.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 170 178 237 0.28 0.25 0 0.07 232.84 0.65 0.8
Hex AA B2 ED 1C 19 0 7 E9 41 50
Octal 252 262 355 34 31 0 7 351 101 120
Binary 10101010 10110010 11101101 11100 11001 0 111 11101001 1000001 1010000

Color Harmonies of #AAB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2ED

Black with #AAB2ED

Text Example


Text Example

White with #AAB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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