Html Css Color HEX #AABAFF Perano

📋 copy color: '#AABAFF'

red 170 ◦ green 186 ◦ blue 255

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

Shades of Perano #AABAFF

Tints of Perano #AABAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 27.82%
G = 30.44%
B = 41.73%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AABAFF (or 0xAABAFF) is known color: Perano. HEX triplet: AA, BA and FF. RGB value is (170,186,255). Sum of RGB (Red+Green+Blue) = 170+186+255=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFF is #554500. Grayscale: #BCBCBC. Windows color (decimal): -5588225 or 16759466. OLE color: 16759466.

HSL color Cylindrical-coordinate representation of color #AABAFF: hue angle of 228.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABAFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 186 255 -
CMYK 0.33 0.27 0 0
HSL 228.71º 1% 0.83% -
HSV(B) 228.71º 0.33% 1% -
XYZ 52.19 50.88 101.68 -
YUV 189.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 170 186 255 0.33 0.27 0 0 228.71 1 0.83
Hex AA BA FF 21 1B 0 0 E5 64 53
Octal 252 272 377 41 33 0 0 345 144 123
Binary 10101010 10111010 11111111 100001 11011 0 0 11100101 1100100 1010011

Color Harmonies of #AABAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAFF

Black with #AABAFF

Text Example


Text Example

White with #AABAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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