Shades of Biloba Flower #B099C6
Tints of Biloba Flower #B099C6
RGB
CMYK
RGB Variations
Color information
#B099C6 (or 0xB099C6) is known color: Biloba Flower. HEX triplet: B0, 99 and C6. RGB value is (176,153,198). Sum of RGB (Red+Green+Blue) = 176+153+198=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #B099C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099C6 is #4F6639. Grayscale: #A4A4A4. Windows color (decimal): -5203514 or 13015472. OLE color: 13015472.
HSL color Cylindrical-coordinate representation of color #B099C6: hue angle of 270.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B099C6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 153 | 198 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.22 |
| HSL | 270.67º | 0.28% | 0.69% | - |
| HSV(B) | 270.67º | 0.23% | 0.78% | - |
| XYZ | 39.49 | 36.09 | 58.31 | - |
| YUV | 165.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 198 | 0.11 | 0.23 | 0 | 0.22 | 270.67 | 0.28 | 0.69 |
| Hex | B0 | 99 | C6 | B | 17 | 0 | 16 | 10F | 1C | 45 |
| Octal | 260 | 231 | 306 | 13 | 27 | 0 | 26 | 417 | 34 | 105 |
| Binary | 10110000 | 10011001 | 11000110 | 1011 | 10111 | 0 | 10110 | 100001111 | 11100 | 1000101 |
Color Harmonies of #B099C6
Complementary color
Monochromatic Colors of #B099C6
Black with #B099C6
Text Example
Text Example
White with #B099C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099C6; }
p { color: rgb(176,153,198); }
H1.HeaderClassName
{
color: #B099C6;
}
.AnyTagClassName
{
color: #B099C6;
}
</style>
background-color css
<style>
a { background-color: #B099C6; }
a { background-color: rgb(176,153,198); }
div.DivClassName
{
background-color: #B099C6;
}
.BgClassName
{
background-color: #B099C6;
}
</style>
border-color css
<style>
span { border-color: #B099C6; }
span { border-color: rgb(176,153,198); }
td.TdClassName
{
border-color: #B099C6;
}
.TagClassName
{
border-color: #B099C6;
}
</style>