Shades of Biloba Flower #B688D9
Tints of Biloba Flower #B688D9
RGB
CMYK
RGB Variations
Color information
#B688D9 (or 0xB688D9) is known color: Biloba Flower. HEX triplet: B6, 88 and D9. RGB value is (182,136,217). Sum of RGB (Red+Green+Blue) = 182+136+217=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #B688D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688D9 is #497726. Grayscale: #9E9E9E. Windows color (decimal): -4814631 or 14256310. OLE color: 14256310.
HSL color Cylindrical-coordinate representation of color #B688D9: hue angle of 274.07º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B688D9 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 136 | 217 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.15 |
| HSL | 274.07º | 0.52% | 0.69% | - |
| HSV(B) | 274.07º | 0.37% | 0.85% | - |
| XYZ | 40.62 | 32.56 | 69.79 | - |
| YUV | 158.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 217 | 0.16 | 0.37 | 0 | 0.15 | 274.07 | 0.52 | 0.69 |
| Hex | B6 | 88 | D9 | 10 | 25 | 0 | F | 112 | 34 | 45 |
| Octal | 266 | 210 | 331 | 20 | 45 | 0 | 17 | 422 | 64 | 105 |
| Binary | 10110110 | 10001000 | 11011001 | 10000 | 100101 | 0 | 1111 | 100010010 | 110100 | 1000101 |
Color Harmonies of #B688D9
Complementary color
Monochromatic Colors of #B688D9
Black with #B688D9
Text Example
Text Example
White with #B688D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688D9; }
p { color: rgb(182,136,217); }
H1.HeaderClassName
{
color: #B688D9;
}
.AnyTagClassName
{
color: #B688D9;
}
</style>
background-color css
<style>
a { background-color: #B688D9; }
a { background-color: rgb(182,136,217); }
div.DivClassName
{
background-color: #B688D9;
}
.BgClassName
{
background-color: #B688D9;
}
</style>
border-color css
<style>
span { border-color: #B688D9; }
span { border-color: rgb(182,136,217); }
td.TdClassName
{
border-color: #B688D9;
}
.TagClassName
{
border-color: #B688D9;
}
</style>