Shades of Biloba Flower #B99BDC
Tints of Biloba Flower #B99BDC
RGB
CMYK
RGB Variations
Color information
#B99BDC (or 0xB99BDC) is known color: Biloba Flower. HEX triplet: B9, 9B and DC. RGB value is (185,155,220). Sum of RGB (Red+Green+Blue) = 185+155+220=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDC is #466423. Grayscale: #ABABAB. Windows color (decimal): -4613156 or 14457785. OLE color: 14457785.
HSL color Cylindrical-coordinate representation of color #B99BDC: hue angle of 267.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99BDC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 155 | 220 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.14 |
| HSL | 267.69º | 0.48% | 0.74% | - |
| HSV(B) | 267.69º | 0.3% | 0.86% | - |
| XYZ | 44.65 | 38.92 | 72.87 | - |
| YUV | 171.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 220 | 0.16 | 0.30 | 0 | 0.14 | 267.69 | 0.48 | 0.74 |
| Hex | B9 | 9B | DC | 10 | 1E | 0 | E | 10C | 30 | 4A |
| Octal | 271 | 233 | 334 | 20 | 36 | 0 | 16 | 414 | 60 | 112 |
| Binary | 10111001 | 10011011 | 11011100 | 10000 | 11110 | 0 | 1110 | 100001100 | 110000 | 1001010 |
Color Harmonies of #B99BDC
Complementary color
Monochromatic Colors of #B99BDC
Black with #B99BDC
Text Example
Text Example
White with #B99BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BDC; }
p { color: rgb(185,155,220); }
H1.HeaderClassName
{
color: #B99BDC;
}
.AnyTagClassName
{
color: #B99BDC;
}
</style>
background-color css
<style>
a { background-color: #B99BDC; }
a { background-color: rgb(185,155,220); }
div.DivClassName
{
background-color: #B99BDC;
}
.BgClassName
{
background-color: #B99BDC;
}
</style>
border-color css
<style>
span { border-color: #B99BDC; }
span { border-color: rgb(185,155,220); }
td.TdClassName
{
border-color: #B99BDC;
}
.TagClassName
{
border-color: #B99BDC;
}
</style>