Shades of Biloba Flower #B799D1
Tints of Biloba Flower #B799D1
RGB
CMYK
RGB Variations
Color information
#B799D1 (or 0xB799D1) is known color: Biloba Flower. HEX triplet: B7, 99 and D1. RGB value is (183,153,209). Sum of RGB (Red+Green+Blue) = 183+153+209=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #B799D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D1 is #48662E. Grayscale: #A8A8A8. Windows color (decimal): -4744751 or 13736375. OLE color: 13736375.
HSL color Cylindrical-coordinate representation of color #B799D1: hue angle of 272.14º 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 #B799D1 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 153 | 209 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.18 |
| HSL | 272.14º | 0.38% | 0.71% | - |
| HSV(B) | 272.14º | 0.27% | 0.82% | - |
| XYZ | 42.43 | 37.45 | 65.31 | - |
| YUV | 168.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 209 | 0.12 | 0.27 | 0 | 0.18 | 272.14 | 0.38 | 0.71 |
| Hex | B7 | 99 | D1 | C | 1B | 0 | 12 | 110 | 26 | 47 |
| Octal | 267 | 231 | 321 | 14 | 33 | 0 | 22 | 420 | 46 | 107 |
| Binary | 10110111 | 10011001 | 11010001 | 1100 | 11011 | 0 | 10010 | 100010000 | 100110 | 1000111 |
Color Harmonies of #B799D1
Complementary color
Monochromatic Colors of #B799D1
Black with #B799D1
Text Example
Text Example
White with #B799D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799D1; }
p { color: rgb(183,153,209); }
H1.HeaderClassName
{
color: #B799D1;
}
.AnyTagClassName
{
color: #B799D1;
}
</style>
background-color css
<style>
a { background-color: #B799D1; }
a { background-color: rgb(183,153,209); }
div.DivClassName
{
background-color: #B799D1;
}
.BgClassName
{
background-color: #B799D1;
}
</style>
border-color css
<style>
span { border-color: #B799D1; }
span { border-color: rgb(183,153,209); }
td.TdClassName
{
border-color: #B799D1;
}
.TagClassName
{
border-color: #B799D1;
}
</style>