Html Css Color HEX #AD9BED Biloba Flower

📋 copy color: '#AD9BED'

red 173 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #AD9BED

Tints of Biloba Flower #AD9BED

RGB

 RED value IS 173 (67.97% from 255) = 30.62%

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 30.62%
G = 27.43%
B = 41.95%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD9BED (or 0xAD9BED) is known color: Biloba Flower. HEX triplet: AD, 9B and ED. RGB value is (173,155,237). Sum of RGB (Red+Green+Blue) = 173+155+237=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BED is #526412. Grayscale: #A9A9A9. Windows color (decimal): -5399571 or 15571885. OLE color: 15571885.

HSL color Cylindrical-coordinate representation of color #AD9BED: hue angle of 253.17º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9BED is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 155 237 -
CMYK 0.27 0.35 0 0.07
HSL 253.17º 0.69% 0.77% -
HSV(B) 253.17º 0.35% 0.93% -
XYZ 44.24 38.44 85.21 -
YUV 169.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 173 155 237 0.27 0.35 0 0.07 253.17 0.69 0.77
Hex AD 9B ED 1B 23 0 7 FD 45 4D
Octal 255 233 355 33 43 0 7 375 105 115
Binary 10101101 10011011 11101101 11011 100011 0 111 11111101 1000101 1001101

Color Harmonies of #AD9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BED

Black with #AD9BED

Text Example


Text Example

White with #AD9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BED; }

 p { color: rgb(173,155,237); }

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

background-color css

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

 a { background-color: rgb(173,155,237); }

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

border-color css

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

 span { border-color: rgb(173,155,237); }

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