Shades of Biloba Flower #B092CF
Tints of Biloba Flower #B092CF
RGB
CMYK
RGB Variations
Color information
#B092CF (or 0xB092CF) is known color: Biloba Flower. HEX triplet: B0, 92 and CF. RGB value is (176,146,207). Sum of RGB (Red+Green+Blue) = 176+146+207=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B092CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CF is #4F6D30. Grayscale: #A1A1A1. Windows color (decimal): -5205297 or 13603504. OLE color: 13603504.
HSL color Cylindrical-coordinate representation of color #B092CF: hue angle of 269.51º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B092CF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 146 | 207 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.19 |
| HSL | 269.51º | 0.39% | 0.69% | - |
| HSV(B) | 269.51º | 0.29% | 0.81% | - |
| XYZ | 39.45 | 34.29 | 63.57 | - |
| YUV | 161.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 207 | 0.15 | 0.29 | 0 | 0.19 | 269.51 | 0.39 | 0.69 |
| Hex | B0 | 92 | CF | F | 1D | 0 | 13 | 10E | 27 | 45 |
| Octal | 260 | 222 | 317 | 17 | 35 | 0 | 23 | 416 | 47 | 105 |
| Binary | 10110000 | 10010010 | 11001111 | 1111 | 11101 | 0 | 10011 | 100001110 | 100111 | 1000101 |
Color Harmonies of #B092CF
Complementary color
Monochromatic Colors of #B092CF
Black with #B092CF
Text Example
Text Example
White with #B092CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092CF; }
p { color: rgb(176,146,207); }
H1.HeaderClassName
{
color: #B092CF;
}
.AnyTagClassName
{
color: #B092CF;
}
</style>
background-color css
<style>
a { background-color: #B092CF; }
a { background-color: rgb(176,146,207); }
div.DivClassName
{
background-color: #B092CF;
}
.BgClassName
{
background-color: #B092CF;
}
</style>
border-color css
<style>
span { border-color: #B092CF; }
span { border-color: rgb(176,146,207); }
td.TdClassName
{
border-color: #B092CF;
}
.TagClassName
{
border-color: #B092CF;
}
</style>