Shades of Biloba Flower #B892ED
Tints of Biloba Flower #B892ED
RGB
CMYK
RGB Variations
Color information
#B892ED (or 0xB892ED) is known color: Biloba Flower. HEX triplet: B8, 92 and ED. RGB value is (184,146,237). Sum of RGB (Red+Green+Blue) = 184+146+237=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B892ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892ED is #476D12. Grayscale: #A7A7A7. Windows color (decimal): -4680979 or 15569592. OLE color: 15569592.
HSL color Cylindrical-coordinate representation of color #B892ED: hue angle of 265.05º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B892ED is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 146 | 237 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.07 |
| HSL | 265.06º | 0.72% | 0.75% | - |
| HSV(B) | 265.06º | 0.38% | 0.93% | - |
| XYZ | 45.33 | 36.86 | 84.85 | - |
| YUV | 167.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 237 | 0.22 | 0.38 | 0 | 0.07 | 265.06 | 0.72 | 0.75 |
| Hex | B8 | 92 | ED | 16 | 26 | 0 | 7 | 109 | 48 | 4B |
| Octal | 270 | 222 | 355 | 26 | 46 | 0 | 7 | 411 | 110 | 113 |
| Binary | 10111000 | 10010010 | 11101101 | 10110 | 100110 | 0 | 111 | 100001001 | 1001000 | 1001011 |
Color Harmonies of #B892ED
Complementary color
Monochromatic Colors of #B892ED
Black with #B892ED
Text Example
Text Example
White with #B892ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892ED; }
p { color: rgb(184,146,237); }
H1.HeaderClassName
{
color: #B892ED;
}
.AnyTagClassName
{
color: #B892ED;
}
</style>
background-color css
<style>
a { background-color: #B892ED; }
a { background-color: rgb(184,146,237); }
div.DivClassName
{
background-color: #B892ED;
}
.BgClassName
{
background-color: #B892ED;
}
</style>
border-color css
<style>
span { border-color: #B892ED; }
span { border-color: rgb(184,146,237); }
td.TdClassName
{
border-color: #B892ED;
}
.TagClassName
{
border-color: #B892ED;
}
</style>