Html Css Color HEX #AAB9FB Perano

📋 copy color: '#AAB9FB'

red 170 ◦ green 185 ◦ blue 251

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

Shades of Perano #AAB9FB

Tints of Perano #AAB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

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

R = 28.05%
G = 30.53%
B = 41.42%

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

#AAB9FB (or 0xAAB9FB) is known color: Perano. HEX triplet: AA, B9 and FB. RGB value is (170,185,251). Sum of RGB (Red+Green+Blue) = 170+185+251=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FB is #554604. Grayscale: #BBBBBB. Windows color (decimal): -5588485 or 16497066. OLE color: 16497066.

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

Color convert

RGB 170 185 251 -
CMYK 0.32 0.26 0 0.02
HSL 228.89º 0.91% 0.83% -
HSV(B) 228.89º 0.32% 0.98% -
XYZ 51.34 50.21 98.25 -
YUV 188.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 170 185 251 0.32 0.26 0 0.02 228.89 0.91 0.83
Hex AA B9 FB 20 1A 0 2 E5 5B 53
Octal 252 271 373 40 32 0 2 345 133 123
Binary 10101010 10111001 11111011 100000 11010 0 10 11100101 1011011 1010011

Color Harmonies of #AAB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9FB

Black with #AAB9FB

Text Example


Text Example

White with #AAB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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