Html Css Color HEX #AE9BCD Biloba Flower

📋 copy color: '#AE9BCD'

red 174 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #AE9BCD

Tints of Biloba Flower #AE9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 32.58%
G = 29.03%
B = 38.39%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE9BCD (or 0xAE9BCD) is known color: Biloba Flower. HEX triplet: AE, 9B and CD. RGB value is (174,155,205). Sum of RGB (Red+Green+Blue) = 174+155+205=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCD is #516432. Grayscale: #A6A6A6. Windows color (decimal): -5334067 or 13474734. OLE color: 13474734.

HSL color Cylindrical-coordinate representation of color #AE9BCD: hue angle of 262.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9BCD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 155 205 -
CMYK 0.15 0.24 0 0.20
HSL 262.8º 0.33% 0.71% -
HSV(B) 262.8º 0.24% 0.8% -
XYZ 40.2 36.85 62.75 -
YUV 166.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 174 155 205 0.15 0.24 0 0.20 262.8 0.33 0.71
Hex AE 9B CD F 18 0 14 107 21 47
Octal 256 233 315 17 30 0 24 407 41 107
Binary 10101110 10011011 11001101 1111 11000 0 10100 100000111 100001 1000111

Color Harmonies of #AE9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BCD

Black with #AE9BCD

Text Example


Text Example

White with #AE9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BCD; }

 p { color: rgb(174,155,205); }

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

background-color css

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

 a { background-color: rgb(174,155,205); }

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

border-color css

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

 span { border-color: rgb(174,155,205); }

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