Shades of Biloba Flower #B292D0
Tints of Biloba Flower #B292D0
RGB
CMYK
RGB Variations
Color information
#B292D0 (or 0xB292D0) is known color: Biloba Flower. HEX triplet: B2, 92 and D0. RGB value is (178,146,208). Sum of RGB (Red+Green+Blue) = 178+146+208=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #B292D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292D0 is #4D6D2F. Grayscale: #A2A2A2. Windows color (decimal): -5074224 or 13669042. OLE color: 13669042.
HSL color Cylindrical-coordinate representation of color #B292D0: hue angle of 270.97º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B292D0 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 146 | 208 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.18 |
| HSL | 270.97º | 0.4% | 0.69% | - |
| HSV(B) | 270.97º | 0.3% | 0.82% | - |
| XYZ | 40.02 | 34.58 | 64.24 | - |
| YUV | 162.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 208 | 0.14 | 0.30 | 0 | 0.18 | 270.97 | 0.4 | 0.69 |
| Hex | B2 | 92 | D0 | E | 1E | 0 | 12 | 10F | 28 | 45 |
| Octal | 262 | 222 | 320 | 16 | 36 | 0 | 22 | 417 | 50 | 105 |
| Binary | 10110010 | 10010010 | 11010000 | 1110 | 11110 | 0 | 10010 | 100001111 | 101000 | 1000101 |
Color Harmonies of #B292D0
Complementary color
Monochromatic Colors of #B292D0
Black with #B292D0
Text Example
Text Example
White with #B292D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292D0; }
p { color: rgb(178,146,208); }
H1.HeaderClassName
{
color: #B292D0;
}
.AnyTagClassName
{
color: #B292D0;
}
</style>
background-color css
<style>
a { background-color: #B292D0; }
a { background-color: rgb(178,146,208); }
div.DivClassName
{
background-color: #B292D0;
}
.BgClassName
{
background-color: #B292D0;
}
</style>
border-color css
<style>
span { border-color: #B292D0; }
span { border-color: rgb(178,146,208); }
td.TdClassName
{
border-color: #B292D0;
}
.TagClassName
{
border-color: #B292D0;
}
</style>