Html Css Color HEX #AAB8FA Perano

📋 copy color: '#AAB8FA'

red 170 ◦ green 184 ◦ blue 250

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

Shades of Perano #AAB8FA

Tints of Perano #AAB8FA

RGB

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

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

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

R = 28.15%
G = 30.46%
B = 41.39%

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

#AAB8FA (or 0xAAB8FA) is known color: Perano. HEX triplet: AA, B8 and FA. RGB value is (170,184,250). Sum of RGB (Red+Green+Blue) = 170+184+250=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8FA is #554705. Grayscale: #BBBBBB. Windows color (decimal): -5588742 or 16431274. OLE color: 16431274.

HSL color Cylindrical-coordinate representation of color #AAB8FA: hue angle of 229.5º 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 #AAB8FA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 184 250 -
CMYK 0.32 0.26 0 0.02
HSL 229.5º 0.89% 0.82% -
HSV(B) 229.5º 0.32% 0.98% -
XYZ 50.97 49.73 97.35 -
YUV 187.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 170 184 250 0.32 0.26 0 0.02 229.5 0.89 0.82
Hex AA B8 FA 20 1A 0 2 E6 59 52
Octal 252 270 372 40 32 0 2 346 131 122
Binary 10101010 10111000 11111010 100000 11010 0 10 11100110 1011001 1010010

Color Harmonies of #AAB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8FA

Black with #AAB8FA

Text Example


Text Example

White with #AAB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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