Shades of Biloba Flower #B098D6
Tints of Biloba Flower #B098D6
RGB
CMYK
RGB Variations
Color information
#B098D6 (or 0xB098D6) is known color: Biloba Flower. HEX triplet: B0, 98 and D6. RGB value is (176,152,214). Sum of RGB (Red+Green+Blue) = 176+152+214=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #B098D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098D6 is #4F6729. Grayscale: #A6A6A6. Windows color (decimal): -5203754 or 14063792. OLE color: 14063792.
HSL color Cylindrical-coordinate representation of color #B098D6: hue angle of 263.23º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B098D6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 152 | 214 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.16 |
| HSL | 263.23º | 0.43% | 0.72% | - |
| HSV(B) | 263.23º | 0.29% | 0.84% | - |
| XYZ | 41.27 | 36.54 | 68.5 | - |
| YUV | 166.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 214 | 0.18 | 0.29 | 0 | 0.16 | 263.23 | 0.43 | 0.72 |
| Hex | B0 | 98 | D6 | 12 | 1D | 0 | 10 | 107 | 2B | 48 |
| Octal | 260 | 230 | 326 | 22 | 35 | 0 | 20 | 407 | 53 | 110 |
| Binary | 10110000 | 10011000 | 11010110 | 10010 | 11101 | 0 | 10000 | 100000111 | 101011 | 1001000 |
Color Harmonies of #B098D6
Complementary color
Monochromatic Colors of #B098D6
Black with #B098D6
Text Example
Text Example
White with #B098D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098D6; }
p { color: rgb(176,152,214); }
H1.HeaderClassName
{
color: #B098D6;
}
.AnyTagClassName
{
color: #B098D6;
}
</style>
background-color css
<style>
a { background-color: #B098D6; }
a { background-color: rgb(176,152,214); }
div.DivClassName
{
background-color: #B098D6;
}
.BgClassName
{
background-color: #B098D6;
}
</style>
border-color css
<style>
span { border-color: #B098D6; }
span { border-color: rgb(176,152,214); }
td.TdClassName
{
border-color: #B098D6;
}
.TagClassName
{
border-color: #B098D6;
}
</style>