Html Css Color HEX #AAB5FB Perano

📋 copy color: '#AAB5FB'

red 170 ◦ green 181 ◦ blue 251

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

Shades of Perano #AAB5FB

Tints of Perano #AAB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.07%

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 28.24%
G = 30.07%
B = 41.69%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAB5FB (or 0xAAB5FB) is known color: Perano. HEX triplet: AA, B5 and FB. RGB value is (170,181,251). Sum of RGB (Red+Green+Blue) = 170+181+251=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FB is #554A04. Grayscale: #B9B9B9. Windows color (decimal): -5589509 or 16496042. OLE color: 16496042.

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

Color convert

RGB 170 181 251 -
CMYK 0.32 0.28 0 0.02
HSL 231.85º 0.91% 0.83% -
HSV(B) 231.85º 0.32% 0.98% -
XYZ 50.51 48.56 97.98 -
YUV 185.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 170 181 251 0.32 0.28 0 0.02 231.85 0.91 0.83
Hex AA B5 FB 20 1C 0 2 E8 5B 53
Octal 252 265 373 40 34 0 2 350 133 123
Binary 10101010 10110101 11111011 100000 11100 0 10 11101000 1011011 1010011

Color Harmonies of #AAB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5FB

Black with #AAB5FB

Text Example


Text Example

White with #AAB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5FB; }

 p { color: rgb(170,181,251); }

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

background-color css

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

 a { background-color: rgb(170,181,251); }

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

border-color css

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

 span { border-color: rgb(170,181,251); }

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