Html Css Color HEX #AABAFA Perano

📋 copy color: '#AABAFA'

red 170 ◦ green 186 ◦ blue 250

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

Shades of Perano #AABAFA

Tints of Perano #AABAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 28.05%
G = 30.69%
B = 41.25%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AABAFA (or 0xAABAFA) is known color: Perano. HEX triplet: AA, BA and FA. RGB value is (170,186,250). Sum of RGB (Red+Green+Blue) = 170+186+250=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #AABAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFA is #554505. Grayscale: #BCBCBC. Windows color (decimal): -5588230 or 16431786. OLE color: 16431786.

HSL color Cylindrical-coordinate representation of color #AABAFA: hue angle of 228º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABAFA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 186 250 -
CMYK 0.32 0.26 0 0.02
HSL 228º 0.89% 0.82% -
HSV(B) 228º 0.32% 0.98% -
XYZ 51.39 50.57 97.49 -
YUV 188.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 170 186 250 0.32 0.26 0 0.02 228 0.89 0.82
Hex AA BA FA 20 1A 0 2 E4 59 52
Octal 252 272 372 40 32 0 2 344 131 122
Binary 10101010 10111010 11111010 100000 11010 0 10 11100100 1011001 1010010

Color Harmonies of #AABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAFA

Black with #AABAFA

Text Example


Text Example

White with #AABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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