Html Css Color HEX #AAB8DF Perano

📋 copy color: '#AAB8DF'

red 170 ◦ green 184 ◦ blue 223

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

Shades of Perano #AAB8DF

Tints of Perano #AAB8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.89%

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

R = 29.46%
G = 31.89%
B = 38.65%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB8DF (or 0xAAB8DF) is known color: Perano. HEX triplet: AA, B8 and DF. RGB value is (170,184,223). Sum of RGB (Red+Green+Blue) = 170+184+223=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8DF is #554720. Grayscale: #B8B8B8. Windows color (decimal): -5588769 or 14661802. OLE color: 14661802.

HSL color Cylindrical-coordinate representation of color #AAB8DF: hue angle of 224.15º 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 #AAB8DF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 184 223 -
CMYK 0.24 0.17 0 0.13
HSL 224.15º 0.45% 0.77% -
HSV(B) 224.15º 0.24% 0.87% -
XYZ 47.04 48.15 76.63 -
YUV 184.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 170 184 223 0.24 0.17 0 0.13 224.15 0.45 0.77
Hex AA B8 DF 18 11 0 D E0 2D 4D
Octal 252 270 337 30 21 0 15 340 55 115
Binary 10101010 10111000 11011111 11000 10001 0 1101 11100000 101101 1001101

Color Harmonies of #AAB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8DF

Black with #AAB8DF

Text Example


Text Example

White with #AAB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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