Shades of Biloba Flower #B092DC
Tints of Biloba Flower #B092DC
RGB
CMYK
RGB Variations
Color information
#B092DC (or 0xB092DC) is known color: Biloba Flower. HEX triplet: B0, 92 and DC. RGB value is (176,146,220). Sum of RGB (Red+Green+Blue) = 176+146+220=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B092DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DC is #4F6D23. Grayscale: #A3A3A3. Windows color (decimal): -5205284 or 14455472. OLE color: 14455472.
HSL color Cylindrical-coordinate representation of color #B092DC: hue angle of 264.32º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B092DC is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 146 | 220 | - |
| CMYK | 0.2 | 0.34 | 0 | 0.14 |
| HSL | 264.32º | 0.51% | 0.72% | - |
| HSV(B) | 264.32º | 0.34% | 0.86% | - |
| XYZ | 41.1 | 34.96 | 72.29 | - |
| YUV | 163.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 220 | 0.2 | 0.34 | 0 | 0.14 | 264.32 | 0.51 | 0.72 |
| Hex | B0 | 92 | DC | 14 | 22 | 0 | E | 108 | 33 | 48 |
| Octal | 260 | 222 | 334 | 24 | 42 | 0 | 16 | 410 | 63 | 110 |
| Binary | 10110000 | 10010010 | 11011100 | 10100 | 100010 | 0 | 1110 | 100001000 | 110011 | 1001000 |
Color Harmonies of #B092DC
Complementary color
Monochromatic Colors of #B092DC
Black with #B092DC
Text Example
Text Example
White with #B092DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092DC; }
p { color: rgb(176,146,220); }
H1.HeaderClassName
{
color: #B092DC;
}
.AnyTagClassName
{
color: #B092DC;
}
</style>
background-color css
<style>
a { background-color: #B092DC; }
a { background-color: rgb(176,146,220); }
div.DivClassName
{
background-color: #B092DC;
}
.BgClassName
{
background-color: #B092DC;
}
</style>
border-color css
<style>
span { border-color: #B092DC; }
span { border-color: rgb(176,146,220); }
td.TdClassName
{
border-color: #B092DC;
}
.TagClassName
{
border-color: #B092DC;
}
</style>