Shades of Biloba Flower #B797D8
Tints of Biloba Flower #B797D8
RGB
CMYK
RGB Variations
Color information
#B797D8 (or 0xB797D8) is known color: Biloba Flower. HEX triplet: B7, 97 and D8. RGB value is (183,151,216). Sum of RGB (Red+Green+Blue) = 183+151+216=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B797D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797D8 is #486827. Grayscale: #A7A7A7. Windows color (decimal): -4745256 or 14194615. OLE color: 14194615.
HSL color Cylindrical-coordinate representation of color #B797D8: hue angle of 269.54º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B797D8 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 151 | 216 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.15 |
| HSL | 269.54º | 0.45% | 0.72% | - |
| HSV(B) | 269.54º | 0.3% | 0.85% | - |
| XYZ | 42.99 | 37.16 | 69.87 | - |
| YUV | 167.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 216 | 0.15 | 0.30 | 0 | 0.15 | 269.54 | 0.45 | 0.72 |
| Hex | B7 | 97 | D8 | F | 1E | 0 | F | 10E | 2D | 48 |
| Octal | 267 | 227 | 330 | 17 | 36 | 0 | 17 | 416 | 55 | 110 |
| Binary | 10110111 | 10010111 | 11011000 | 1111 | 11110 | 0 | 1111 | 100001110 | 101101 | 1001000 |
Color Harmonies of #B797D8
Complementary color
Monochromatic Colors of #B797D8
Black with #B797D8
Text Example
Text Example
White with #B797D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797D8; }
p { color: rgb(183,151,216); }
H1.HeaderClassName
{
color: #B797D8;
}
.AnyTagClassName
{
color: #B797D8;
}
</style>
background-color css
<style>
a { background-color: #B797D8; }
a { background-color: rgb(183,151,216); }
div.DivClassName
{
background-color: #B797D8;
}
.BgClassName
{
background-color: #B797D8;
}
</style>
border-color css
<style>
span { border-color: #B797D8; }
span { border-color: rgb(183,151,216); }
td.TdClassName
{
border-color: #B797D8;
}
.TagClassName
{
border-color: #B797D8;
}
</style>