Shades of Biloba Flower #B099D3
Tints of Biloba Flower #B099D3
RGB
CMYK
RGB Variations
Color information
#B099D3 (or 0xB099D3) is known color: Biloba Flower. HEX triplet: B0, 99 and D3. RGB value is (176,153,211). Sum of RGB (Red+Green+Blue) = 176+153+211=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #B099D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099D3 is #4F662C. Grayscale: #A6A6A6. Windows color (decimal): -5203501 or 13867440. OLE color: 13867440.
HSL color Cylindrical-coordinate representation of color #B099D3: hue angle of 263.79º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B099D3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 153 | 211 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.17 |
| HSL | 263.79º | 0.4% | 0.71% | - |
| HSV(B) | 263.79º | 0.27% | 0.83% | - |
| XYZ | 41.05 | 36.72 | 66.55 | - |
| YUV | 166.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 211 | 0.17 | 0.27 | 0 | 0.17 | 263.79 | 0.4 | 0.71 |
| Hex | B0 | 99 | D3 | 11 | 1B | 0 | 11 | 108 | 28 | 47 |
| Octal | 260 | 231 | 323 | 21 | 33 | 0 | 21 | 410 | 50 | 107 |
| Binary | 10110000 | 10011001 | 11010011 | 10001 | 11011 | 0 | 10001 | 100001000 | 101000 | 1000111 |
Color Harmonies of #B099D3
Complementary color
Monochromatic Colors of #B099D3
Black with #B099D3
Text Example
Text Example
White with #B099D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099D3; }
p { color: rgb(176,153,211); }
H1.HeaderClassName
{
color: #B099D3;
}
.AnyTagClassName
{
color: #B099D3;
}
</style>
background-color css
<style>
a { background-color: #B099D3; }
a { background-color: rgb(176,153,211); }
div.DivClassName
{
background-color: #B099D3;
}
.BgClassName
{
background-color: #B099D3;
}
</style>
border-color css
<style>
span { border-color: #B099D3; }
span { border-color: rgb(176,153,211); }
td.TdClassName
{
border-color: #B099D3;
}
.TagClassName
{
border-color: #B099D3;
}
</style>