Shades of Biloba Flower #B688E8
Tints of Biloba Flower #B688E8
RGB
CMYK
RGB Variations
Color information
#B688E8 (or 0xB688E8) is known color: Biloba Flower. HEX triplet: B6, 88 and E8. RGB value is (182,136,232). Sum of RGB (Red+Green+Blue) = 182+136+232=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #B688E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688E8 is #497717. Grayscale: #A0A0A0. Windows color (decimal): -4814616 or 15239350. OLE color: 15239350.
HSL color Cylindrical-coordinate representation of color #B688E8: hue angle of 268.75º degrees, saturation: 0.68, 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 #B688E8 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 136 | 232 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.09 |
| HSL | 268.75º | 0.68% | 0.72% | - |
| HSV(B) | 268.75º | 0.41% | 0.91% | - |
| XYZ | 42.66 | 33.38 | 80.54 | - |
| YUV | 160.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 232 | 0.22 | 0.41 | 0 | 0.09 | 268.75 | 0.68 | 0.72 |
| Hex | B6 | 88 | E8 | 16 | 29 | 0 | 9 | 10D | 44 | 48 |
| Octal | 266 | 210 | 350 | 26 | 51 | 0 | 11 | 415 | 104 | 110 |
| Binary | 10110110 | 10001000 | 11101000 | 10110 | 101001 | 0 | 1001 | 100001101 | 1000100 | 1001000 |
Color Harmonies of #B688E8
Complementary color
Monochromatic Colors of #B688E8
Black with #B688E8
Text Example
Text Example
White with #B688E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688E8; }
p { color: rgb(182,136,232); }
H1.HeaderClassName
{
color: #B688E8;
}
.AnyTagClassName
{
color: #B688E8;
}
</style>
background-color css
<style>
a { background-color: #B688E8; }
a { background-color: rgb(182,136,232); }
div.DivClassName
{
background-color: #B688E8;
}
.BgClassName
{
background-color: #B688E8;
}
</style>
border-color css
<style>
span { border-color: #B688E8; }
span { border-color: rgb(182,136,232); }
td.TdClassName
{
border-color: #B688E8;
}
.TagClassName
{
border-color: #B688E8;
}
</style>