Shades of Biloba Flower #B798D7
Tints of Biloba Flower #B798D7
RGB
CMYK
RGB Variations
Color information
#B798D7 (or 0xB798D7) is known color: Biloba Flower. HEX triplet: B7, 98 and D7. RGB value is (183,152,215). Sum of RGB (Red+Green+Blue) = 183+152+215=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #B798D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798D7 is #486728. Grayscale: #A8A8A8. Windows color (decimal): -4745001 or 14129335. OLE color: 14129335.
HSL color Cylindrical-coordinate representation of color #B798D7: hue angle of 269.52º degrees, saturation: 0.44, 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 #B798D7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 152 | 215 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.16 |
| HSL | 269.52º | 0.44% | 0.72% | - |
| HSV(B) | 269.52º | 0.29% | 0.84% | - |
| XYZ | 43.02 | 37.43 | 69.25 | - |
| YUV | 168.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 215 | 0.15 | 0.29 | 0 | 0.16 | 269.52 | 0.44 | 0.72 |
| Hex | B7 | 98 | D7 | F | 1D | 0 | 10 | 10E | 2C | 48 |
| Octal | 267 | 230 | 327 | 17 | 35 | 0 | 20 | 416 | 54 | 110 |
| Binary | 10110111 | 10011000 | 11010111 | 1111 | 11101 | 0 | 10000 | 100001110 | 101100 | 1001000 |
Color Harmonies of #B798D7
Complementary color
Monochromatic Colors of #B798D7
Black with #B798D7
Text Example
Text Example
White with #B798D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798D7; }
p { color: rgb(183,152,215); }
H1.HeaderClassName
{
color: #B798D7;
}
.AnyTagClassName
{
color: #B798D7;
}
</style>
background-color css
<style>
a { background-color: #B798D7; }
a { background-color: rgb(183,152,215); }
div.DivClassName
{
background-color: #B798D7;
}
.BgClassName
{
background-color: #B798D7;
}
</style>
border-color css
<style>
span { border-color: #B798D7; }
span { border-color: rgb(183,152,215); }
td.TdClassName
{
border-color: #B798D7;
}
.TagClassName
{
border-color: #B798D7;
}
</style>