Shades of Biloba Flower #B298CE
Tints of Biloba Flower #B298CE
RGB
CMYK
RGB Variations
Color information
#B298CE (or 0xB298CE) is known color: Biloba Flower. HEX triplet: B2, 98 and CE. RGB value is (178,152,206). Sum of RGB (Red+Green+Blue) = 178+152+206=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B298CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298CE is #4D6731. Grayscale: #A5A5A5. Windows color (decimal): -5072690 or 13539506. OLE color: 13539506.
HSL color Cylindrical-coordinate representation of color #B298CE: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B298CE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 152 | 206 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.19 |
| HSL | 268.89º | 0.36% | 0.7% | - |
| HSV(B) | 268.89º | 0.26% | 0.81% | - |
| XYZ | 40.73 | 36.38 | 63.27 | - |
| YUV | 165.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 206 | 0.14 | 0.26 | 0 | 0.19 | 268.89 | 0.36 | 0.7 |
| Hex | B2 | 98 | CE | E | 1A | 0 | 13 | 10D | 24 | 46 |
| Octal | 262 | 230 | 316 | 16 | 32 | 0 | 23 | 415 | 44 | 106 |
| Binary | 10110010 | 10011000 | 11001110 | 1110 | 11010 | 0 | 10011 | 100001101 | 100100 | 1000110 |
Color Harmonies of #B298CE
Complementary color
Monochromatic Colors of #B298CE
Black with #B298CE
Text Example
Text Example
White with #B298CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298CE; }
p { color: rgb(178,152,206); }
H1.HeaderClassName
{
color: #B298CE;
}
.AnyTagClassName
{
color: #B298CE;
}
</style>
background-color css
<style>
a { background-color: #B298CE; }
a { background-color: rgb(178,152,206); }
div.DivClassName
{
background-color: #B298CE;
}
.BgClassName
{
background-color: #B298CE;
}
</style>
border-color css
<style>
span { border-color: #B298CE; }
span { border-color: rgb(178,152,206); }
td.TdClassName
{
border-color: #B298CE;
}
.TagClassName
{
border-color: #B298CE;
}
</style>