Shades of Biloba Flower #B892DD
Tints of Biloba Flower #B892DD
RGB
CMYK
RGB Variations
Color information
#B892DD (or 0xB892DD) is known color: Biloba Flower. HEX triplet: B8, 92 and DD. RGB value is (184,146,221). Sum of RGB (Red+Green+Blue) = 184+146+221=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B892DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892DD is #476D22. Grayscale: #A5A5A5. Windows color (decimal): -4680995 or 14521016. OLE color: 14521016.
HSL color Cylindrical-coordinate representation of color #B892DD: hue angle of 270.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B892DD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 146 | 221 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 270.4º | 0.52% | 0.72% | - |
| HSV(B) | 270.4º | 0.34% | 0.87% | - |
| XYZ | 43.1 | 35.97 | 73.08 | - |
| YUV | 165.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 221 | 0.17 | 0.34 | 0 | 0.13 | 270.4 | 0.52 | 0.72 |
| Hex | B8 | 92 | DD | 11 | 22 | 0 | D | 10E | 34 | 48 |
| Octal | 270 | 222 | 335 | 21 | 42 | 0 | 15 | 416 | 64 | 110 |
| Binary | 10111000 | 10010010 | 11011101 | 10001 | 100010 | 0 | 1101 | 100001110 | 110100 | 1001000 |
Color Harmonies of #B892DD
Complementary color
Monochromatic Colors of #B892DD
Black with #B892DD
Text Example
Text Example
White with #B892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892DD; }
p { color: rgb(184,146,221); }
H1.HeaderClassName
{
color: #B892DD;
}
.AnyTagClassName
{
color: #B892DD;
}
</style>
background-color css
<style>
a { background-color: #B892DD; }
a { background-color: rgb(184,146,221); }
div.DivClassName
{
background-color: #B892DD;
}
.BgClassName
{
background-color: #B892DD;
}
</style>
border-color css
<style>
span { border-color: #B892DD; }
span { border-color: rgb(184,146,221); }
td.TdClassName
{
border-color: #B892DD;
}
.TagClassName
{
border-color: #B892DD;
}
</style>