Shades of Biloba Flower #B698E8
Tints of Biloba Flower #B698E8
RGB
CMYK
RGB Variations
Color information
#B698E8 (or 0xB698E8) is known color: Biloba Flower. HEX triplet: B6, 98 and E8. RGB value is (182,152,232). Sum of RGB (Red+Green+Blue) = 182+152+232=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #B698E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698E8 is #496717. Grayscale: #A9A9A9. Windows color (decimal): -4810520 or 15243446. OLE color: 15243446.
HSL color Cylindrical-coordinate representation of color #B698E8: hue angle of 262.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B698E8 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 152 | 232 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.09 |
| HSL | 262.5º | 0.63% | 0.75% | - |
| HSV(B) | 262.5º | 0.34% | 0.91% | - |
| XYZ | 45.09 | 38.23 | 81.35 | - |
| YUV | 170.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 232 | 0.22 | 0.34 | 0 | 0.09 | 262.5 | 0.63 | 0.75 |
| Hex | B6 | 98 | E8 | 16 | 22 | 0 | 9 | 106 | 3F | 4B |
| Octal | 266 | 230 | 350 | 26 | 42 | 0 | 11 | 406 | 77 | 113 |
| Binary | 10110110 | 10011000 | 11101000 | 10110 | 100010 | 0 | 1001 | 100000110 | 111111 | 1001011 |
Color Harmonies of #B698E8
Complementary color
Monochromatic Colors of #B698E8
Black with #B698E8
Text Example
Text Example
White with #B698E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698E8; }
p { color: rgb(182,152,232); }
H1.HeaderClassName
{
color: #B698E8;
}
.AnyTagClassName
{
color: #B698E8;
}
</style>
background-color css
<style>
a { background-color: #B698E8; }
a { background-color: rgb(182,152,232); }
div.DivClassName
{
background-color: #B698E8;
}
.BgClassName
{
background-color: #B698E8;
}
</style>
border-color css
<style>
span { border-color: #B698E8; }
span { border-color: rgb(182,152,232); }
td.TdClassName
{
border-color: #B698E8;
}
.TagClassName
{
border-color: #B698E8;
}
</style>