Html Css Color HEX #B09ED8 Biloba Flower

📋 copy color: '#B09ED8'

red 176 ◦ green 158 ◦ blue 216

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

Shades of Biloba Flower #B09ED8

Tints of Biloba Flower #B09ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 32%
G = 28.73%
B = 39.27%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B09ED8 (or 0xB09ED8) is known color: Biloba Flower. HEX triplet: B0, 9E and D8. RGB value is (176,158,216). Sum of RGB (Red+Green+Blue) = 176+158+216=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B09ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ED8 is #4F6127. Grayscale: #A9A9A9. Windows color (decimal): -5202216 or 14196400. OLE color: 14196400.

HSL color Cylindrical-coordinate representation of color #B09ED8: hue angle of 258.62º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09ED8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 158 216 -
CMYK 0.19 0.27 0 0.15
HSL 258.62º 0.43% 0.73% -
HSV(B) 258.62º 0.27% 0.85% -
XYZ 42.53 38.64 70.18 -
YUV 169.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 176 158 216 0.19 0.27 0 0.15 258.62 0.43 0.73
Hex B0 9E D8 13 1B 0 F 103 2B 49
Octal 260 236 330 23 33 0 17 403 53 111
Binary 10110000 10011110 11011000 10011 11011 0 1111 100000011 101011 1001001

Color Harmonies of #B09ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ED8

Black with #B09ED8

Text Example


Text Example

White with #B09ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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