Shades of Biloba Flower #B099D5
Tints of Biloba Flower #B099D5
RGB
CMYK
RGB Variations
Color information
#B099D5 (or 0xB099D5) is known color: Biloba Flower. HEX triplet: B0, 99 and D5. RGB value is (176,153,213). Sum of RGB (Red+Green+Blue) = 176+153+213=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #B099D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D5 is #4F662A. Grayscale: #A6A6A6. Windows color (decimal): -5203499 or 13998512. OLE color: 13998512.
HSL color Cylindrical-coordinate representation of color #B099D5: hue angle of 263º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B099D5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 153 | 213 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.16 |
| HSL | 263º | 0.42% | 0.72% | - |
| HSV(B) | 263º | 0.28% | 0.84% | - |
| XYZ | 41.31 | 36.82 | 67.88 | - |
| YUV | 166.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 213 | 0.17 | 0.28 | 0 | 0.16 | 263 | 0.42 | 0.72 |
| Hex | B0 | 99 | D5 | 11 | 1C | 0 | 10 | 107 | 2A | 48 |
| Octal | 260 | 231 | 325 | 21 | 34 | 0 | 20 | 407 | 52 | 110 |
| Binary | 10110000 | 10011001 | 11010101 | 10001 | 11100 | 0 | 10000 | 100000111 | 101010 | 1001000 |
Color Harmonies of #B099D5
Complementary color
Monochromatic Colors of #B099D5
Black with #B099D5
Text Example
Text Example
White with #B099D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099D5; }
p { color: rgb(176,153,213); }
H1.HeaderClassName
{
color: #B099D5;
}
.AnyTagClassName
{
color: #B099D5;
}
</style>
background-color css
<style>
a { background-color: #B099D5; }
a { background-color: rgb(176,153,213); }
div.DivClassName
{
background-color: #B099D5;
}
.BgClassName
{
background-color: #B099D5;
}
</style>
border-color css
<style>
span { border-color: #B099D5; }
span { border-color: rgb(176,153,213); }
td.TdClassName
{
border-color: #B099D5;
}
.TagClassName
{
border-color: #B099D5;
}
</style>