Shades of Biloba Flower #B09BDC
Tints of Biloba Flower #B09BDC
RGB
CMYK
RGB Variations
Color information
#B09BDC (or 0xB09BDC) is known color: Biloba Flower. HEX triplet: B0, 9B and DC. RGB value is (176,155,220). Sum of RGB (Red+Green+Blue) = 176+155+220=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B09BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDC is #4F6423. Grayscale: #A8A8A8. Windows color (decimal): -5202980 or 14457776. OLE color: 14457776.
HSL color Cylindrical-coordinate representation of color #B09BDC: hue angle of 259.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09BDC is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 155 | 220 | - |
| CMYK | 0.2 | 0.30 | 0 | 0.14 |
| HSL | 259.38º | 0.48% | 0.74% | - |
| HSV(B) | 259.38º | 0.3% | 0.86% | - |
| XYZ | 42.54 | 37.84 | 72.77 | - |
| YUV | 168.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 220 | 0.2 | 0.30 | 0 | 0.14 | 259.38 | 0.48 | 0.74 |
| Hex | B0 | 9B | DC | 14 | 1E | 0 | E | 103 | 30 | 4A |
| Octal | 260 | 233 | 334 | 24 | 36 | 0 | 16 | 403 | 60 | 112 |
| Binary | 10110000 | 10011011 | 11011100 | 10100 | 11110 | 0 | 1110 | 100000011 | 110000 | 1001010 |
Color Harmonies of #B09BDC
Complementary color
Monochromatic Colors of #B09BDC
Black with #B09BDC
Text Example
Text Example
White with #B09BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BDC; }
p { color: rgb(176,155,220); }
H1.HeaderClassName
{
color: #B09BDC;
}
.AnyTagClassName
{
color: #B09BDC;
}
</style>
background-color css
<style>
a { background-color: #B09BDC; }
a { background-color: rgb(176,155,220); }
div.DivClassName
{
background-color: #B09BDC;
}
.BgClassName
{
background-color: #B09BDC;
}
</style>
border-color css
<style>
span { border-color: #B09BDC; }
span { border-color: rgb(176,155,220); }
td.TdClassName
{
border-color: #B09BDC;
}
.TagClassName
{
border-color: #B09BDC;
}
</style>