Html Css Color HEX #AAB4EF Perano

📋 copy color: '#AAB4EF'

red 170 ◦ green 180 ◦ blue 239

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

Shades of Perano #AAB4EF

Tints of Perano #AAB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 28.86%
G = 30.56%
B = 40.58%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB4EF (or 0xAAB4EF) is known color: Perano. HEX triplet: AA, B4 and EF. RGB value is (170,180,239). Sum of RGB (Red+Green+Blue) = 170+180+239=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4EF is #554B10. Grayscale: #B7B7B7. Windows color (decimal): -5589777 or 15709354. OLE color: 15709354.

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

Color convert

RGB 170 180 239 -
CMYK 0.29 0.25 0 0.06
HSL 231.3º 0.68% 0.8% -
HSV(B) 231.3º 0.29% 0.94% -
XYZ 48.48 47.42 88.26 -
YUV 183.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 170 180 239 0.29 0.25 0 0.06 231.3 0.68 0.8
Hex AA B4 EF 1D 19 0 6 E7 44 50
Octal 252 264 357 35 31 0 6 347 104 120
Binary 10101010 10110100 11101111 11101 11001 0 110 11100111 1000100 1010000

Color Harmonies of #AAB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4EF

Black with #AAB4EF

Text Example


Text Example

White with #AAB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4EF; }

 p { color: rgb(170,180,239); }

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

background-color css

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

 a { background-color: rgb(170,180,239); }

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

border-color css

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

 span { border-color: rgb(170,180,239); }

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