Shades of Biloba Flower #B799CF
Tints of Biloba Flower #B799CF
RGB
CMYK
RGB Variations
Color information
#B799CF (or 0xB799CF) is known color: Biloba Flower. HEX triplet: B7, 99 and CF. RGB value is (183,153,207). Sum of RGB (Red+Green+Blue) = 183+153+207=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B799CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799CF is #486630. Grayscale: #A7A7A7. Windows color (decimal): -4744753 or 13605303. OLE color: 13605303.
HSL color Cylindrical-coordinate representation of color #B799CF: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B799CF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 153 | 207 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.19 |
| HSL | 273.33º | 0.36% | 0.71% | - |
| HSV(B) | 273.33º | 0.26% | 0.81% | - |
| XYZ | 42.18 | 37.35 | 64.02 | - |
| YUV | 168.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 207 | 0.12 | 0.26 | 0 | 0.19 | 273.33 | 0.36 | 0.71 |
| Hex | B7 | 99 | CF | C | 1A | 0 | 13 | 111 | 24 | 47 |
| Octal | 267 | 231 | 317 | 14 | 32 | 0 | 23 | 421 | 44 | 107 |
| Binary | 10110111 | 10011001 | 11001111 | 1100 | 11010 | 0 | 10011 | 100010001 | 100100 | 1000111 |
Color Harmonies of #B799CF
Complementary color
Monochromatic Colors of #B799CF
Black with #B799CF
Text Example
Text Example
White with #B799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799CF; }
p { color: rgb(183,153,207); }
H1.HeaderClassName
{
color: #B799CF;
}
.AnyTagClassName
{
color: #B799CF;
}
</style>
background-color css
<style>
a { background-color: #B799CF; }
a { background-color: rgb(183,153,207); }
div.DivClassName
{
background-color: #B799CF;
}
.BgClassName
{
background-color: #B799CF;
}
</style>
border-color css
<style>
span { border-color: #B799CF; }
span { border-color: rgb(183,153,207); }
td.TdClassName
{
border-color: #B799CF;
}
.TagClassName
{
border-color: #B799CF;
}
</style>