Html Css Color HEX #AAB7E9 Perano

📋 copy color: '#AAB7E9'

red 170 ◦ green 183 ◦ blue 233

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

Shades of Perano #AAB7E9

Tints of Perano #AAB7E9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.23%

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 29.01%
G = 31.23%
B = 39.76%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAB7E9 (or 0xAAB7E9) is known color: Perano. HEX triplet: AA, B7 and E9. RGB value is (170,183,233). Sum of RGB (Red+Green+Blue) = 170+183+233=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAB7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7E9 is #554816. Grayscale: #B8B8B8. Windows color (decimal): -5589015 or 15316906. OLE color: 15316906.

HSL color Cylindrical-coordinate representation of color #AAB7E9: hue angle of 227.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB7E9 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 183 233 -
CMYK 0.27 0.21 0 0.09
HSL 227.62º 0.59% 0.79% -
HSV(B) 227.62º 0.27% 0.91% -
XYZ 48.22 48.3 83.87 -
YUV 184.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 170 183 233 0.27 0.21 0 0.09 227.62 0.59 0.79
Hex AA B7 E9 1B 15 0 9 E4 3B 4F
Octal 252 267 351 33 25 0 11 344 73 117
Binary 10101010 10110111 11101001 11011 10101 0 1001 11100100 111011 1001111

Color Harmonies of #AAB7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7E9

Black with #AAB7E9

Text Example


Text Example

White with #AAB7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7E9; }

 p { color: rgb(170,183,233); }

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

background-color css

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

 a { background-color: rgb(170,183,233); }

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

border-color css

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

 span { border-color: rgb(170,183,233); }

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