Shades of Biloba Flower #B799D3
Tints of Biloba Flower #B799D3
RGB
CMYK
RGB Variations
Color information
#B799D3 (or 0xB799D3) is known color: Biloba Flower. HEX triplet: B7, 99 and D3. RGB value is (183,153,211). Sum of RGB (Red+Green+Blue) = 183+153+211=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #B799D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D3 is #48662C. Grayscale: #A8A8A8. Windows color (decimal): -4744749 or 13867447. OLE color: 13867447.
HSL color Cylindrical-coordinate representation of color #B799D3: hue angle of 271.03º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B799D3 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 153 | 211 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.17 |
| HSL | 271.03º | 0.4% | 0.71% | - |
| HSV(B) | 271.03º | 0.27% | 0.83% | - |
| XYZ | 42.68 | 37.55 | 66.63 | - |
| YUV | 168.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 211 | 0.13 | 0.27 | 0 | 0.17 | 271.03 | 0.4 | 0.71 |
| Hex | B7 | 99 | D3 | D | 1B | 0 | 11 | 10F | 28 | 47 |
| Octal | 267 | 231 | 323 | 15 | 33 | 0 | 21 | 417 | 50 | 107 |
| Binary | 10110111 | 10011001 | 11010011 | 1101 | 11011 | 0 | 10001 | 100001111 | 101000 | 1000111 |
Color Harmonies of #B799D3
Complementary color
Monochromatic Colors of #B799D3
Black with #B799D3
Text Example
Text Example
White with #B799D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799D3; }
p { color: rgb(183,153,211); }
H1.HeaderClassName
{
color: #B799D3;
}
.AnyTagClassName
{
color: #B799D3;
}
</style>
background-color css
<style>
a { background-color: #B799D3; }
a { background-color: rgb(183,153,211); }
div.DivClassName
{
background-color: #B799D3;
}
.BgClassName
{
background-color: #B799D3;
}
</style>
border-color css
<style>
span { border-color: #B799D3; }
span { border-color: rgb(183,153,211); }
td.TdClassName
{
border-color: #B799D3;
}
.TagClassName
{
border-color: #B799D3;
}
</style>