Shades of Biloba Flower #B799D2
Tints of Biloba Flower #B799D2
RGB
CMYK
RGB Variations
Color information
#B799D2 (or 0xB799D2) is known color: Biloba Flower. HEX triplet: B7, 99 and D2. RGB value is (183,153,210). Sum of RGB (Red+Green+Blue) = 183+153+210=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #B799D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D2 is #48662D. Grayscale: #A8A8A8. Windows color (decimal): -4744750 or 13801911. OLE color: 13801911.
HSL color Cylindrical-coordinate representation of color #B799D2: hue angle of 271.58º degrees, saturation: 0.39, 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 #B799D2 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 153 | 210 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.18 |
| HSL | 271.58º | 0.39% | 0.71% | - |
| HSV(B) | 271.58º | 0.27% | 0.82% | - |
| XYZ | 42.55 | 37.5 | 65.97 | - |
| YUV | 168.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 210 | 0.13 | 0.27 | 0 | 0.18 | 271.58 | 0.39 | 0.71 |
| Hex | B7 | 99 | D2 | D | 1B | 0 | 12 | 110 | 27 | 47 |
| Octal | 267 | 231 | 322 | 15 | 33 | 0 | 22 | 420 | 47 | 107 |
| Binary | 10110111 | 10011001 | 11010010 | 1101 | 11011 | 0 | 10010 | 100010000 | 100111 | 1000111 |
Color Harmonies of #B799D2
Complementary color
Monochromatic Colors of #B799D2
Black with #B799D2
Text Example
Text Example
White with #B799D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799D2; }
p { color: rgb(183,153,210); }
H1.HeaderClassName
{
color: #B799D2;
}
.AnyTagClassName
{
color: #B799D2;
}
</style>
background-color css
<style>
a { background-color: #B799D2; }
a { background-color: rgb(183,153,210); }
div.DivClassName
{
background-color: #B799D2;
}
.BgClassName
{
background-color: #B799D2;
}
</style>
border-color css
<style>
span { border-color: #B799D2; }
span { border-color: rgb(183,153,210); }
td.TdClassName
{
border-color: #B799D2;
}
.TagClassName
{
border-color: #B799D2;
}
</style>