Shades of Biloba Flower #B099CF
Tints of Biloba Flower #B099CF
RGB
CMYK
RGB Variations
Color information
#B099CF (or 0xB099CF) is known color: Biloba Flower. HEX triplet: B0, 99 and CF. RGB value is (176,153,207). Sum of RGB (Red+Green+Blue) = 176+153+207=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #B099CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099CF is #4F6630. Grayscale: #A5A5A5. Windows color (decimal): -5203505 or 13605296. OLE color: 13605296.
HSL color Cylindrical-coordinate representation of color #B099CF: hue angle of 265.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B099CF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 153 | 207 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.19 |
| HSL | 265.56º | 0.36% | 0.71% | - |
| HSV(B) | 265.56º | 0.26% | 0.81% | - |
| XYZ | 40.56 | 36.52 | 63.94 | - |
| YUV | 166.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 207 | 0.15 | 0.26 | 0 | 0.19 | 265.56 | 0.36 | 0.71 |
| Hex | B0 | 99 | CF | F | 1A | 0 | 13 | 10A | 24 | 47 |
| Octal | 260 | 231 | 317 | 17 | 32 | 0 | 23 | 412 | 44 | 107 |
| Binary | 10110000 | 10011001 | 11001111 | 1111 | 11010 | 0 | 10011 | 100001010 | 100100 | 1000111 |
Color Harmonies of #B099CF
Complementary color
Monochromatic Colors of #B099CF
Black with #B099CF
Text Example
Text Example
White with #B099CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099CF; }
p { color: rgb(176,153,207); }
H1.HeaderClassName
{
color: #B099CF;
}
.AnyTagClassName
{
color: #B099CF;
}
</style>
background-color css
<style>
a { background-color: #B099CF; }
a { background-color: rgb(176,153,207); }
div.DivClassName
{
background-color: #B099CF;
}
.BgClassName
{
background-color: #B099CF;
}
</style>
border-color css
<style>
span { border-color: #B099CF; }
span { border-color: rgb(176,153,207); }
td.TdClassName
{
border-color: #B099CF;
}
.TagClassName
{
border-color: #B099CF;
}
</style>