Html Css Color HEX #AABAF8 Perano

📋 copy color: '#AABAF8'

red 170 ◦ green 186 ◦ blue 248

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

Shades of Perano #AABAF8

Tints of Perano #AABAF8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.79%

 BLUE value IS 248 (97.27% from 255) = 41.06%

R = 28.15%
G = 30.79%
B = 41.06%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AABAF8 (or 0xAABAF8) is known color: Perano. HEX triplet: AA, BA and F8. RGB value is (170,186,248). Sum of RGB (Red+Green+Blue) = 170+186+248=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #AABAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAF8 is #554507. Grayscale: #BCBCBC. Windows color (decimal): -5588232 or 16300714. OLE color: 16300714.

HSL color Cylindrical-coordinate representation of color #AABAF8: hue angle of 227.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABAF8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 186 248 -
CMYK 0.31 0.25 0 0.03
HSL 227.69º 0.85% 0.82% -
HSV(B) 227.69º 0.31% 0.97% -
XYZ 51.08 50.44 95.85 -
YUV 188.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 170 186 248 0.31 0.25 0 0.03 227.69 0.85 0.82
Hex AA BA F8 1F 19 0 3 E4 55 52
Octal 252 272 370 37 31 0 3 344 125 122
Binary 10101010 10111010 11111000 11111 11001 0 11 11100100 1010101 1010010

Color Harmonies of #AABAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAF8

Black with #AABAF8

Text Example


Text Example

White with #AABAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAF8; }

 p { color: rgb(170,186,248); }

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

background-color css

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

 a { background-color: rgb(170,186,248); }

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

border-color css

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

 span { border-color: rgb(170,186,248); }

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