Html Css Color HEX #AAB4DF Perano

📋 copy color: '#AAB4DF'

red 170 ◦ green 180 ◦ blue 223

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

Shades of Perano #AAB4DF

Tints of Perano #AAB4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 29.67%
G = 31.41%
B = 38.92%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB4DF (or 0xAAB4DF) is known color: Perano. HEX triplet: AA, B4 and DF. RGB value is (170,180,223). Sum of RGB (Red+Green+Blue) = 170+180+223=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DF is #554B20. Grayscale: #B5B5B5. Windows color (decimal): -5589793 or 14660778. OLE color: 14660778.

HSL color Cylindrical-coordinate representation of color #AAB4DF: hue angle of 228.68º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB4DF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 180 223 -
CMYK 0.24 0.19 0 0.13
HSL 228.68º 0.45% 0.77% -
HSV(B) 228.68º 0.24% 0.87% -
XYZ 46.22 46.52 76.35 -
YUV 181.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 170 180 223 0.24 0.19 0 0.13 228.68 0.45 0.77
Hex AA B4 DF 18 13 0 D E5 2D 4D
Octal 252 264 337 30 23 0 15 345 55 115
Binary 10101010 10110100 11011111 11000 10011 0 1101 11100101 101101 1001101

Color Harmonies of #AAB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4DF

Black with #AAB4DF

Text Example


Text Example

White with #AAB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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