Shades of Biloba Flower #B098CB
Tints of Biloba Flower #B098CB
RGB
CMYK
RGB Variations
Color information
#B098CB (or 0xB098CB) is known color: Biloba Flower. HEX triplet: B0, 98 and CB. RGB value is (176,152,203). Sum of RGB (Red+Green+Blue) = 176+152+203=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #B098CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CB is #4F6734. Grayscale: #A4A4A4. Windows color (decimal): -5203765 or 13342896. OLE color: 13342896.
HSL color Cylindrical-coordinate representation of color #B098CB: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B098CB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 152 | 203 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.20 |
| HSL | 268.24º | 0.33% | 0.7% | - |
| HSV(B) | 268.24º | 0.25% | 0.8% | - |
| XYZ | 39.91 | 36 | 61.34 | - |
| YUV | 164.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 203 | 0.13 | 0.25 | 0 | 0.20 | 268.24 | 0.33 | 0.7 |
| Hex | B0 | 98 | CB | D | 19 | 0 | 14 | 10C | 21 | 46 |
| Octal | 260 | 230 | 313 | 15 | 31 | 0 | 24 | 414 | 41 | 106 |
| Binary | 10110000 | 10011000 | 11001011 | 1101 | 11001 | 0 | 10100 | 100001100 | 100001 | 1000110 |
Color Harmonies of #B098CB
Complementary color
Monochromatic Colors of #B098CB
Black with #B098CB
Text Example
Text Example
White with #B098CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098CB; }
p { color: rgb(176,152,203); }
H1.HeaderClassName
{
color: #B098CB;
}
.AnyTagClassName
{
color: #B098CB;
}
</style>
background-color css
<style>
a { background-color: #B098CB; }
a { background-color: rgb(176,152,203); }
div.DivClassName
{
background-color: #B098CB;
}
.BgClassName
{
background-color: #B098CB;
}
</style>
border-color css
<style>
span { border-color: #B098CB; }
span { border-color: rgb(176,152,203); }
td.TdClassName
{
border-color: #B098CB;
}
.TagClassName
{
border-color: #B098CB;
}
</style>