Shades of Biloba Flower #B892D8
Tints of Biloba Flower #B892D8
RGB
CMYK
RGB Variations
Color information
#B892D8 (or 0xB892D8) is known color: Biloba Flower. HEX triplet: B8, 92 and D8. RGB value is (184,146,216). Sum of RGB (Red+Green+Blue) = 184+146+216=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #B892D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892D8 is #476D27. Grayscale: #A5A5A5. Windows color (decimal): -4681000 or 14193336. OLE color: 14193336.
HSL color Cylindrical-coordinate representation of color #B892D8: hue angle of 272.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B892D8 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 146 | 216 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.15 |
| HSL | 272.57º | 0.47% | 0.71% | - |
| HSV(B) | 272.57º | 0.32% | 0.85% | - |
| XYZ | 42.44 | 35.71 | 69.62 | - |
| YUV | 165.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 216 | 0.15 | 0.32 | 0 | 0.15 | 272.57 | 0.47 | 0.71 |
| Hex | B8 | 92 | D8 | F | 20 | 0 | F | 111 | 2F | 47 |
| Octal | 270 | 222 | 330 | 17 | 40 | 0 | 17 | 421 | 57 | 107 |
| Binary | 10111000 | 10010010 | 11011000 | 1111 | 100000 | 0 | 1111 | 100010001 | 101111 | 1000111 |
Color Harmonies of #B892D8
Complementary color
Monochromatic Colors of #B892D8
Black with #B892D8
Text Example
Text Example
White with #B892D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892D8; }
p { color: rgb(184,146,216); }
H1.HeaderClassName
{
color: #B892D8;
}
.AnyTagClassName
{
color: #B892D8;
}
</style>
background-color css
<style>
a { background-color: #B892D8; }
a { background-color: rgb(184,146,216); }
div.DivClassName
{
background-color: #B892D8;
}
.BgClassName
{
background-color: #B892D8;
}
</style>
border-color css
<style>
span { border-color: #B892D8; }
span { border-color: rgb(184,146,216); }
td.TdClassName
{
border-color: #B892D8;
}
.TagClassName
{
border-color: #B892D8;
}
</style>