Html Css Color HEX #AD9BEC Biloba Flower

📋 copy color: '#AD9BEC'

red 173 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #AD9BEC

Tints of Biloba Flower #AD9BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 30.67%
G = 27.48%
B = 41.84%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD9BEC (or 0xAD9BEC) is known color: Biloba Flower. HEX triplet: AD, 9B and EC. RGB value is (173,155,236). Sum of RGB (Red+Green+Blue) = 173+155+236=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BEC is #526413. Grayscale: #A9A9A9. Windows color (decimal): -5399572 or 15506349. OLE color: 15506349.

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

Color convert

RGB 173 155 236 -
CMYK 0.27 0.34 0 0.07
HSL 253.33º 0.68% 0.77% -
HSV(B) 253.33º 0.34% 0.93% -
XYZ 44.1 38.38 84.44 -
YUV 169.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 173 155 236 0.27 0.34 0 0.07 253.33 0.68 0.77
Hex AD 9B EC 1B 22 0 7 FD 44 4D
Octal 255 233 354 33 42 0 7 375 104 115
Binary 10101101 10011011 11101100 11011 100010 0 111 11111101 1000100 1001101

Color Harmonies of #AD9BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BEC

Black with #AD9BEC

Text Example


Text Example

White with #AD9BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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