Html Css Color HEX #AAA1BE Biloba Flower

📋 copy color: '#AAA1BE'

red 170 ◦ green 161 ◦ blue 190

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

Shades of Biloba Flower #AAA1BE

Tints of Biloba Flower #AAA1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 32.63%
G = 30.9%
B = 36.47%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAA1BE (or 0xAAA1BE) is known color: Biloba Flower. HEX triplet: AA, A1 and BE. RGB value is (170,161,190). Sum of RGB (Red+Green+Blue) = 170+161+190=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BE is #555E41. Grayscale: #A6A6A6. Windows color (decimal): -5594690 or 12493226. OLE color: 12493226.

HSL color Cylindrical-coordinate representation of color #AAA1BE: hue angle of 258.62º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA1BE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 161 190 -
CMYK 0.11 0.15 0 0.25
HSL 258.62º 0.18% 0.69% -
HSV(B) 258.62º 0.15% 0.75% -
XYZ 38.62 37.75 53.97 -
YUV 167 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 170 161 190 0.11 0.15 0 0.25 258.62 0.18 0.69
Hex AA A1 BE B F 0 19 103 12 45
Octal 252 241 276 13 17 0 31 403 22 105
Binary 10101010 10100001 10111110 1011 1111 0 11001 100000011 10010 1000101

Color Harmonies of #AAA1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1BE

Black with #AAA1BE

Text Example


Text Example

White with #AAA1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA1BE; }

 p { color: rgb(170,161,190); }

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

background-color css

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

 a { background-color: rgb(170,161,190); }

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

border-color css

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

 span { border-color: rgb(170,161,190); }

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