Shades of Biloba Flower #B999D0
Tints of Biloba Flower #B999D0
RGB
CMYK
RGB Variations
Color information
#B999D0 (or 0xB999D0) is known color: Biloba Flower. HEX triplet: B9, 99 and D0. RGB value is (185,153,208). Sum of RGB (Red+Green+Blue) = 185+153+208=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #B999D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999D0 is #46662F. Grayscale: #A8A8A8. Windows color (decimal): -4613680 or 13670841. OLE color: 13670841.
HSL color Cylindrical-coordinate representation of color #B999D0: hue angle of 274.91º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B999D0 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 153 | 208 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.18 |
| HSL | 274.91º | 0.37% | 0.71% | - |
| HSV(B) | 274.91º | 0.26% | 0.82% | - |
| XYZ | 42.78 | 37.65 | 64.69 | - |
| YUV | 168.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 208 | 0.11 | 0.26 | 0 | 0.18 | 274.91 | 0.37 | 0.71 |
| Hex | B9 | 99 | D0 | B | 1A | 0 | 12 | 113 | 25 | 47 |
| Octal | 271 | 231 | 320 | 13 | 32 | 0 | 22 | 423 | 45 | 107 |
| Binary | 10111001 | 10011001 | 11010000 | 1011 | 11010 | 0 | 10010 | 100010011 | 100101 | 1000111 |
Color Harmonies of #B999D0
Complementary color
Monochromatic Colors of #B999D0
Black with #B999D0
Text Example
Text Example
White with #B999D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999D0; }
p { color: rgb(185,153,208); }
H1.HeaderClassName
{
color: #B999D0;
}
.AnyTagClassName
{
color: #B999D0;
}
</style>
background-color css
<style>
a { background-color: #B999D0; }
a { background-color: rgb(185,153,208); }
div.DivClassName
{
background-color: #B999D0;
}
.BgClassName
{
background-color: #B999D0;
}
</style>
border-color css
<style>
span { border-color: #B999D0; }
span { border-color: rgb(185,153,208); }
td.TdClassName
{
border-color: #B999D0;
}
.TagClassName
{
border-color: #B999D0;
}
</style>