Shades of Biloba Flower #B999DE
Tints of Biloba Flower #B999DE
RGB
CMYK
RGB Variations
Color information
#B999DE (or 0xB999DE) is known color: Biloba Flower. HEX triplet: B9, 99 and DE. RGB value is (185,153,222). Sum of RGB (Red+Green+Blue) = 185+153+222=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #B999DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DE is #466621. Grayscale: #AAAAAA. Windows color (decimal): -4613666 or 14588345. OLE color: 14588345.
HSL color Cylindrical-coordinate representation of color #B999DE: hue angle of 267.83º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B999DE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 153 | 222 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.13 |
| HSL | 267.83º | 0.51% | 0.74% | - |
| HSV(B) | 267.83º | 0.31% | 0.87% | - |
| XYZ | 44.58 | 38.37 | 74.16 | - |
| YUV | 170.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 222 | 0.17 | 0.31 | 0 | 0.13 | 267.83 | 0.51 | 0.74 |
| Hex | B9 | 99 | DE | 11 | 1F | 0 | D | 10C | 33 | 4A |
| Octal | 271 | 231 | 336 | 21 | 37 | 0 | 15 | 414 | 63 | 112 |
| Binary | 10111001 | 10011001 | 11011110 | 10001 | 11111 | 0 | 1101 | 100001100 | 110011 | 1001010 |
Color Harmonies of #B999DE
Complementary color
Monochromatic Colors of #B999DE
Black with #B999DE
Text Example
Text Example
White with #B999DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999DE; }
p { color: rgb(185,153,222); }
H1.HeaderClassName
{
color: #B999DE;
}
.AnyTagClassName
{
color: #B999DE;
}
</style>
background-color css
<style>
a { background-color: #B999DE; }
a { background-color: rgb(185,153,222); }
div.DivClassName
{
background-color: #B999DE;
}
.BgClassName
{
background-color: #B999DE;
}
</style>
border-color css
<style>
span { border-color: #B999DE; }
span { border-color: rgb(185,153,222); }
td.TdClassName
{
border-color: #B999DE;
}
.TagClassName
{
border-color: #B999DE;
}
</style>