Html Css Color HEX #AEA8BE Biloba Flower

📋 copy color: '#AEA8BE'

red 174 ◦ green 168 ◦ blue 190

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

Shades of Biloba Flower #AEA8BE

Tints of Biloba Flower #AEA8BE

RGB

 RED value IS 174 (68.36% from 255) = 32.71%

 GREEN value IS 168 (66.02% from 255) = 31.58%

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

R = 32.71%
G = 31.58%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEA8BE (or 0xAEA8BE) is known color: Biloba Flower. HEX triplet: AE, A8 and BE. RGB value is (174,168,190). Sum of RGB (Red+Green+Blue) = 174+168+190=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BE is #515741. Grayscale: #ACACAC. Windows color (decimal): -5330754 or 12495022. OLE color: 12495022.

HSL color Cylindrical-coordinate representation of color #AEA8BE: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA8BE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 168 190 -
CMYK 0.08 0.12 0 0.25
HSL 256.36º 0.14% 0.7% -
HSV(B) 256.36º 0.12% 0.75% -
XYZ 40.75 40.72 54.43 -
YUV 172.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 174 168 190 0.08 0.12 0 0.25 256.36 0.14 0.7
Hex AE A8 BE 8 C 0 19 100 E 46
Octal 256 250 276 10 14 0 31 400 16 106
Binary 10101110 10101000 10111110 1000 1100 0 11001 100000000 1110 1000110

Color Harmonies of #AEA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8BE

Black with #AEA8BE

Text Example


Text Example

White with #AEA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8BE; }

 p { color: rgb(174,168,190); }

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

background-color css

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

 a { background-color: rgb(174,168,190); }

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

border-color css

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

 span { border-color: rgb(174,168,190); }

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