Shades of Biloba Flower #B892E8
Tints of Biloba Flower #B892E8
RGB
CMYK
RGB Variations
Color information
#B892E8 (or 0xB892E8) is known color: Biloba Flower. HEX triplet: B8, 92 and E8. RGB value is (184,146,232). Sum of RGB (Red+Green+Blue) = 184+146+232=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #B892E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892E8 is #476D17. Grayscale: #A6A6A6. Windows color (decimal): -4680984 or 15241912. OLE color: 15241912.
HSL color Cylindrical-coordinate representation of color #B892E8: hue angle of 266.51º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B892E8 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 146 | 232 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.09 |
| HSL | 266.51º | 0.65% | 0.74% | - |
| HSV(B) | 266.51º | 0.37% | 0.91% | - |
| XYZ | 44.61 | 36.57 | 81.05 | - |
| YUV | 167.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 232 | 0.21 | 0.37 | 0 | 0.09 | 266.51 | 0.65 | 0.74 |
| Hex | B8 | 92 | E8 | 15 | 25 | 0 | 9 | 10B | 41 | 4A |
| Octal | 270 | 222 | 350 | 25 | 45 | 0 | 11 | 413 | 101 | 112 |
| Binary | 10111000 | 10010010 | 11101000 | 10101 | 100101 | 0 | 1001 | 100001011 | 1000001 | 1001010 |
Color Harmonies of #B892E8
Complementary color
Monochromatic Colors of #B892E8
Black with #B892E8
Text Example
Text Example
White with #B892E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892E8; }
p { color: rgb(184,146,232); }
H1.HeaderClassName
{
color: #B892E8;
}
.AnyTagClassName
{
color: #B892E8;
}
</style>
background-color css
<style>
a { background-color: #B892E8; }
a { background-color: rgb(184,146,232); }
div.DivClassName
{
background-color: #B892E8;
}
.BgClassName
{
background-color: #B892E8;
}
</style>
border-color css
<style>
span { border-color: #B892E8; }
span { border-color: rgb(184,146,232); }
td.TdClassName
{
border-color: #B892E8;
}
.TagClassName
{
border-color: #B892E8;
}
</style>