Shades of Biloba Flower #B798D1
Tints of Biloba Flower #B798D1
RGB
CMYK
RGB Variations
Color information
#B798D1 (or 0xB798D1) is known color: Biloba Flower. HEX triplet: B7, 98 and D1. RGB value is (183,152,209). Sum of RGB (Red+Green+Blue) = 183+152+209=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #B798D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798D1 is #48672E. Grayscale: #A7A7A7. Windows color (decimal): -4745007 or 13736119. OLE color: 13736119.
HSL color Cylindrical-coordinate representation of color #B798D1: hue angle of 272.63º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B798D1 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 152 | 209 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.18 |
| HSL | 272.63º | 0.38% | 0.71% | - |
| HSV(B) | 272.63º | 0.27% | 0.82% | - |
| XYZ | 42.27 | 37.13 | 65.26 | - |
| YUV | 167.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 209 | 0.12 | 0.27 | 0 | 0.18 | 272.63 | 0.38 | 0.71 |
| Hex | B7 | 98 | D1 | C | 1B | 0 | 12 | 111 | 26 | 47 |
| Octal | 267 | 230 | 321 | 14 | 33 | 0 | 22 | 421 | 46 | 107 |
| Binary | 10110111 | 10011000 | 11010001 | 1100 | 11011 | 0 | 10010 | 100010001 | 100110 | 1000111 |
Color Harmonies of #B798D1
Complementary color
Monochromatic Colors of #B798D1
Black with #B798D1
Text Example
Text Example
White with #B798D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798D1; }
p { color: rgb(183,152,209); }
H1.HeaderClassName
{
color: #B798D1;
}
.AnyTagClassName
{
color: #B798D1;
}
</style>
background-color css
<style>
a { background-color: #B798D1; }
a { background-color: rgb(183,152,209); }
div.DivClassName
{
background-color: #B798D1;
}
.BgClassName
{
background-color: #B798D1;
}
</style>
border-color css
<style>
span { border-color: #B798D1; }
span { border-color: rgb(183,152,209); }
td.TdClassName
{
border-color: #B798D1;
}
.TagClassName
{
border-color: #B798D1;
}
</style>