Shades of Biloba Flower #B098DB
Tints of Biloba Flower #B098DB
RGB
CMYK
RGB Variations
Color information
#B098DB (or 0xB098DB) is known color: Biloba Flower. HEX triplet: B0, 98 and DB. RGB value is (176,152,219). Sum of RGB (Red+Green+Blue) = 176+152+219=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B098DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098DB is #4F6724. Grayscale: #A6A6A6. Windows color (decimal): -5203749 or 14391472. OLE color: 14391472.
HSL color Cylindrical-coordinate representation of color #B098DB: hue angle of 261.49º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B098DB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 152 | 219 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.14 |
| HSL | 261.49º | 0.48% | 0.73% | - |
| HSV(B) | 261.49º | 0.31% | 0.86% | - |
| XYZ | 41.92 | 36.8 | 71.91 | - |
| YUV | 166.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 219 | 0.20 | 0.31 | 0 | 0.14 | 261.49 | 0.48 | 0.73 |
| Hex | B0 | 98 | DB | 14 | 1F | 0 | E | 105 | 30 | 49 |
| Octal | 260 | 230 | 333 | 24 | 37 | 0 | 16 | 405 | 60 | 111 |
| Binary | 10110000 | 10011000 | 11011011 | 10100 | 11111 | 0 | 1110 | 100000101 | 110000 | 1001001 |
Color Harmonies of #B098DB
Complementary color
Monochromatic Colors of #B098DB
Black with #B098DB
Text Example
Text Example
White with #B098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098DB; }
p { color: rgb(176,152,219); }
H1.HeaderClassName
{
color: #B098DB;
}
.AnyTagClassName
{
color: #B098DB;
}
</style>
background-color css
<style>
a { background-color: #B098DB; }
a { background-color: rgb(176,152,219); }
div.DivClassName
{
background-color: #B098DB;
}
.BgClassName
{
background-color: #B098DB;
}
</style>
border-color css
<style>
span { border-color: #B098DB; }
span { border-color: rgb(176,152,219); }
td.TdClassName
{
border-color: #B098DB;
}
.TagClassName
{
border-color: #B098DB;
}
</style>