Html Css Color HEX #B09ED5 Biloba Flower

📋 copy color: '#B09ED5'

red 176 ◦ green 158 ◦ blue 213

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

Shades of Biloba Flower #B09ED5

Tints of Biloba Flower #B09ED5

RGB

 RED value IS 176 (69.14% from 255) = 32.18%

 GREEN value IS 158 (62.11% from 255) = 28.88%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 32.18%
G = 28.88%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B09ED5 (or 0xB09ED5) is known color: Biloba Flower. HEX triplet: B0, 9E and D5. RGB value is (176,158,213). Sum of RGB (Red+Green+Blue) = 176+158+213=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #B09ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ED5 is #4F612A. Grayscale: #A9A9A9. Windows color (decimal): -5202219 or 13999792. OLE color: 13999792.

HSL color Cylindrical-coordinate representation of color #B09ED5: hue angle of 259.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09ED5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 158 213 -
CMYK 0.17 0.26 0 0.16
HSL 259.64º 0.4% 0.73% -
HSV(B) 259.64º 0.26% 0.84% -
XYZ 42.14 38.49 68.16 -
YUV 169.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 176 158 213 0.17 0.26 0 0.16 259.64 0.4 0.73
Hex B0 9E D5 11 1A 0 10 104 28 49
Octal 260 236 325 21 32 0 20 404 50 111
Binary 10110000 10011110 11010101 10001 11010 0 10000 100000100 101000 1001001

Color Harmonies of #B09ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ED5

Black with #B09ED5

Text Example


Text Example

White with #B09ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ED5; }

 p { color: rgb(176,158,213); }

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

background-color css

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

 a { background-color: rgb(176,158,213); }

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

border-color css

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

 span { border-color: rgb(176,158,213); }

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