Html Css Color HEX #AAB8F0 Perano

📋 copy color: '#AAB8F0'

red 170 ◦ green 184 ◦ blue 240

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

Shades of Perano #AAB8F0

Tints of Perano #AAB8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 28.62%
G = 30.98%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB8F0 (or 0xAAB8F0) is known color: Perano. HEX triplet: AA, B8 and F0. RGB value is (170,184,240). Sum of RGB (Red+Green+Blue) = 170+184+240=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F0 is #55470F. Grayscale: #B9B9B9. Windows color (decimal): -5588752 or 15775914. OLE color: 15775914.

HSL color Cylindrical-coordinate representation of color #AAB8F0: hue angle of 228º degrees, saturation: 0.7, 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 #AAB8F0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 184 240 -
CMYK 0.29 0.23 0 0.06
HSL 228º 0.7% 0.8% -
HSV(B) 228º 0.29% 0.94% -
XYZ 49.45 49.12 89.31 -
YUV 186.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 170 184 240 0.29 0.23 0 0.06 228 0.7 0.8
Hex AA B8 F0 1D 17 0 6 E4 46 50
Octal 252 270 360 35 27 0 6 344 106 120
Binary 10101010 10111000 11110000 11101 10111 0 110 11100100 1000110 1010000

Color Harmonies of #AAB8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8F0

Black with #AAB8F0

Text Example


Text Example

White with #AAB8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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