Shades of Biloba Flower #B091CF
Tints of Biloba Flower #B091CF
RGB
CMYK
RGB Variations
Color information
#B091CF (or 0xB091CF) is known color: Biloba Flower. HEX triplet: B0, 91 and CF. RGB value is (176,145,207). Sum of RGB (Red+Green+Blue) = 176+145+207=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #B091CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CF is #4F6E30. Grayscale: #A1A1A1. Windows color (decimal): -5205553 or 13603248. OLE color: 13603248.
HSL color Cylindrical-coordinate representation of color #B091CF: hue angle of 270º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B091CF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 145 | 207 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.19 |
| HSL | 270º | 0.39% | 0.69% | - |
| HSV(B) | 270º | 0.3% | 0.81% | - |
| XYZ | 39.29 | 33.99 | 63.52 | - |
| YUV | 161.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 207 | 0.15 | 0.30 | 0 | 0.19 | 270 | 0.39 | 0.69 |
| Hex | B0 | 91 | CF | F | 1E | 0 | 13 | 10E | 27 | 45 |
| Octal | 260 | 221 | 317 | 17 | 36 | 0 | 23 | 416 | 47 | 105 |
| Binary | 10110000 | 10010001 | 11001111 | 1111 | 11110 | 0 | 10011 | 100001110 | 100111 | 1000101 |
Color Harmonies of #B091CF
Complementary color
Monochromatic Colors of #B091CF
Black with #B091CF
Text Example
Text Example
White with #B091CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091CF; }
p { color: rgb(176,145,207); }
H1.HeaderClassName
{
color: #B091CF;
}
.AnyTagClassName
{
color: #B091CF;
}
</style>
background-color css
<style>
a { background-color: #B091CF; }
a { background-color: rgb(176,145,207); }
div.DivClassName
{
background-color: #B091CF;
}
.BgClassName
{
background-color: #B091CF;
}
</style>
border-color css
<style>
span { border-color: #B091CF; }
span { border-color: rgb(176,145,207); }
td.TdClassName
{
border-color: #B091CF;
}
.TagClassName
{
border-color: #B091CF;
}
</style>