Html Css Color HEX #AEA8BD Biloba Flower

📋 copy color: '#AEA8BD'

red 174 ◦ green 168 ◦ blue 189

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

Shades of Biloba Flower #AEA8BD

Tints of Biloba Flower #AEA8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 32.77%
G = 31.64%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEA8BD (or 0xAEA8BD) is known color: Biloba Flower. HEX triplet: AE, A8 and BD. RGB value is (174,168,189). Sum of RGB (Red+Green+Blue) = 174+168+189=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8BD is #515742. Grayscale: #ACACAC. Windows color (decimal): -5330755 or 12429486. OLE color: 12429486.

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

Color convert

RGB 174 168 189 -
CMYK 0.08 0.11 0 0.26
HSL 257.14º 0.14% 0.7% -
HSV(B) 257.14º 0.11% 0.74% -
XYZ 40.64 40.68 53.85 -
YUV 172.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 174 168 189 0.08 0.11 0 0.26 257.14 0.14 0.7
Hex AE A8 BD 8 B 0 1A 101 E 46
Octal 256 250 275 10 13 0 32 401 16 106
Binary 10101110 10101000 10111101 1000 1011 0 11010 100000001 1110 1000110

Color Harmonies of #AEA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8BD

Black with #AEA8BD

Text Example


Text Example

White with #AEA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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