Shades of Biloba Flower #B692E8
Tints of Biloba Flower #B692E8
RGB
CMYK
RGB Variations
Color information
#B692E8 (or 0xB692E8) is known color: Biloba Flower. HEX triplet: B6, 92 and E8. RGB value is (182,146,232). Sum of RGB (Red+Green+Blue) = 182+146+232=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #B692E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692E8 is #496D17. Grayscale: #A6A6A6. Windows color (decimal): -4812056 or 15241910. OLE color: 15241910.
HSL color Cylindrical-coordinate representation of color #B692E8: hue angle of 265.12º 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 #B692E8 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 146 | 232 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.09 |
| HSL | 265.12º | 0.65% | 0.74% | - |
| HSV(B) | 265.12º | 0.37% | 0.91% | - |
| XYZ | 44.14 | 36.33 | 81.03 | - |
| YUV | 166.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 232 | 0.22 | 0.37 | 0 | 0.09 | 265.12 | 0.65 | 0.74 |
| Hex | B6 | 92 | E8 | 16 | 25 | 0 | 9 | 109 | 41 | 4A |
| Octal | 266 | 222 | 350 | 26 | 45 | 0 | 11 | 411 | 101 | 112 |
| Binary | 10110110 | 10010010 | 11101000 | 10110 | 100101 | 0 | 1001 | 100001001 | 1000001 | 1001010 |
Color Harmonies of #B692E8
Complementary color
Monochromatic Colors of #B692E8
Black with #B692E8
Text Example
Text Example
White with #B692E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692E8; }
p { color: rgb(182,146,232); }
H1.HeaderClassName
{
color: #B692E8;
}
.AnyTagClassName
{
color: #B692E8;
}
</style>
background-color css
<style>
a { background-color: #B692E8; }
a { background-color: rgb(182,146,232); }
div.DivClassName
{
background-color: #B692E8;
}
.BgClassName
{
background-color: #B692E8;
}
</style>
border-color css
<style>
span { border-color: #B692E8; }
span { border-color: rgb(182,146,232); }
td.TdClassName
{
border-color: #B692E8;
}
.TagClassName
{
border-color: #B692E8;
}
</style>