Html Css Color HEX #B09ED2 Biloba Flower

📋 copy color: '#B09ED2'

red 176 ◦ green 158 ◦ blue 210

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

Shades of Biloba Flower #B09ED2

Tints of Biloba Flower #B09ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.6%

R = 32.35%
G = 29.04%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B09ED2 (or 0xB09ED2) is known color: Biloba Flower. HEX triplet: B0, 9E and D2. RGB value is (176,158,210). Sum of RGB (Red+Green+Blue) = 176+158+210=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #B09ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ED2 is #4F612D. Grayscale: #A9A9A9. Windows color (decimal): -5202222 or 13803184. OLE color: 13803184.

HSL color Cylindrical-coordinate representation of color #B09ED2: hue angle of 260.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09ED2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 158 210 -
CMYK 0.16 0.25 0 0.18
HSL 260.77º 0.37% 0.72% -
HSV(B) 260.77º 0.25% 0.82% -
XYZ 41.76 38.34 66.17 -
YUV 169.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 176 158 210 0.16 0.25 0 0.18 260.77 0.37 0.72
Hex B0 9E D2 10 19 0 12 105 25 48
Octal 260 236 322 20 31 0 22 405 45 110
Binary 10110000 10011110 11010010 10000 11001 0 10010 100000101 100101 1001000

Color Harmonies of #B09ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ED2

Black with #B09ED2

Text Example


Text Example

White with #B09ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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