Shades of Biloba Flower #B799D8
Tints of Biloba Flower #B799D8
RGB
CMYK
RGB Variations
Color information
#B799D8 (or 0xB799D8) is known color: Biloba Flower. HEX triplet: B7, 99 and D8. RGB value is (183,153,216). Sum of RGB (Red+Green+Blue) = 183+153+216=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #B799D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D8 is #486627. Grayscale: #A8A8A8. Windows color (decimal): -4744744 or 14195127. OLE color: 14195127.
HSL color Cylindrical-coordinate representation of color #B799D8: hue angle of 268.57º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B799D8 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 153 | 216 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.15 |
| HSL | 268.57º | 0.45% | 0.72% | - |
| HSV(B) | 268.57º | 0.29% | 0.85% | - |
| XYZ | 43.31 | 37.81 | 69.98 | - |
| YUV | 169.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 216 | 0.15 | 0.29 | 0 | 0.15 | 268.57 | 0.45 | 0.72 |
| Hex | B7 | 99 | D8 | F | 1D | 0 | F | 10D | 2D | 48 |
| Octal | 267 | 231 | 330 | 17 | 35 | 0 | 17 | 415 | 55 | 110 |
| Binary | 10110111 | 10011001 | 11011000 | 1111 | 11101 | 0 | 1111 | 100001101 | 101101 | 1001000 |
Color Harmonies of #B799D8
Complementary color
Monochromatic Colors of #B799D8
Black with #B799D8
Text Example
Text Example
White with #B799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799D8; }
p { color: rgb(183,153,216); }
H1.HeaderClassName
{
color: #B799D8;
}
.AnyTagClassName
{
color: #B799D8;
}
</style>
background-color css
<style>
a { background-color: #B799D8; }
a { background-color: rgb(183,153,216); }
div.DivClassName
{
background-color: #B799D8;
}
.BgClassName
{
background-color: #B799D8;
}
</style>
border-color css
<style>
span { border-color: #B799D8; }
span { border-color: rgb(183,153,216); }
td.TdClassName
{
border-color: #B799D8;
}
.TagClassName
{
border-color: #B799D8;
}
</style>