Shades of Biloba Flower #B098ED
Tints of Biloba Flower #B098ED
RGB
CMYK
RGB Variations
Color information
#B098ED (or 0xB098ED) is known color: Biloba Flower. HEX triplet: B0, 98 and ED. RGB value is (176,152,237). Sum of RGB (Red+Green+Blue) = 176+152+237=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B098ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098ED is #4F6712. Grayscale: #A8A8A8. Windows color (decimal): -5203731 or 15571120. OLE color: 15571120.
HSL color Cylindrical-coordinate representation of color #B098ED: hue angle of 256.94º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B098ED is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 152 | 237 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.07 |
| HSL | 256.94º | 0.7% | 0.76% | - |
| HSV(B) | 256.94º | 0.36% | 0.93% | - |
| XYZ | 44.42 | 37.8 | 85.08 | - |
| YUV | 168.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 237 | 0.26 | 0.36 | 0 | 0.07 | 256.94 | 0.7 | 0.76 |
| Hex | B0 | 98 | ED | 1A | 24 | 0 | 7 | 101 | 46 | 4C |
| Octal | 260 | 230 | 355 | 32 | 44 | 0 | 7 | 401 | 106 | 114 |
| Binary | 10110000 | 10011000 | 11101101 | 11010 | 100100 | 0 | 111 | 100000001 | 1000110 | 1001100 |
Color Harmonies of #B098ED
Complementary color
Monochromatic Colors of #B098ED
Black with #B098ED
Text Example
Text Example
White with #B098ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B098ED; }
p { color: rgb(176,152,237); }
H1.HeaderClassName
{
color: #B098ED;
}
.AnyTagClassName
{
color: #B098ED;
}
</style>
background-color css
<style>
a { background-color: #B098ED; }
a { background-color: rgb(176,152,237); }
div.DivClassName
{
background-color: #B098ED;
}
.BgClassName
{
background-color: #B098ED;
}
</style>
border-color css
<style>
span { border-color: #B098ED; }
span { border-color: rgb(176,152,237); }
td.TdClassName
{
border-color: #B098ED;
}
.TagClassName
{
border-color: #B098ED;
}
</style>