Shades of Biloba Flower #B689E8
Tints of Biloba Flower #B689E8
RGB
CMYK
RGB Variations
Color information
#B689E8 (or 0xB689E8) is known color: Biloba Flower. HEX triplet: B6, 89 and E8. RGB value is (182,137,232). Sum of RGB (Red+Green+Blue) = 182+137+232=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #B689E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689E8 is #497617. Grayscale: #A0A0A0. Windows color (decimal): -4814360 or 15239606. OLE color: 15239606.
HSL color Cylindrical-coordinate representation of color #B689E8: hue angle of 268.42º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B689E8 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 137 | 232 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.09 |
| HSL | 268.42º | 0.67% | 0.72% | - |
| HSV(B) | 268.42º | 0.41% | 0.91% | - |
| XYZ | 42.8 | 33.66 | 80.59 | - |
| YUV | 161.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 232 | 0.22 | 0.41 | 0 | 0.09 | 268.42 | 0.67 | 0.72 |
| Hex | B6 | 89 | E8 | 16 | 29 | 0 | 9 | 10C | 43 | 48 |
| Octal | 266 | 211 | 350 | 26 | 51 | 0 | 11 | 414 | 103 | 110 |
| Binary | 10110110 | 10001001 | 11101000 | 10110 | 101001 | 0 | 1001 | 100001100 | 1000011 | 1001000 |
Color Harmonies of #B689E8
Complementary color
Monochromatic Colors of #B689E8
Black with #B689E8
Text Example
Text Example
White with #B689E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B689E8; }
p { color: rgb(182,137,232); }
H1.HeaderClassName
{
color: #B689E8;
}
.AnyTagClassName
{
color: #B689E8;
}
</style>
background-color css
<style>
a { background-color: #B689E8; }
a { background-color: rgb(182,137,232); }
div.DivClassName
{
background-color: #B689E8;
}
.BgClassName
{
background-color: #B689E8;
}
</style>
border-color css
<style>
span { border-color: #B689E8; }
span { border-color: rgb(182,137,232); }
td.TdClassName
{
border-color: #B689E8;
}
.TagClassName
{
border-color: #B689E8;
}
</style>