Shades of Biloba Flower #B298D0
Tints of Biloba Flower #B298D0
RGB
CMYK
RGB Variations
Color information
#B298D0 (or 0xB298D0) is known color: Biloba Flower. HEX triplet: B2, 98 and D0. RGB value is (178,152,208). Sum of RGB (Red+Green+Blue) = 178+152+208=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #B298D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298D0 is #4D672F. Grayscale: #A5A5A5. Windows color (decimal): -5072688 or 13670578. OLE color: 13670578.
HSL color Cylindrical-coordinate representation of color #B298D0: hue angle of 267.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B298D0 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 152 | 208 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.18 |
| HSL | 267.86º | 0.37% | 0.71% | - |
| HSV(B) | 267.86º | 0.27% | 0.82% | - |
| XYZ | 40.97 | 36.48 | 64.56 | - |
| YUV | 166.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 208 | 0.14 | 0.27 | 0 | 0.18 | 267.86 | 0.37 | 0.71 |
| Hex | B2 | 98 | D0 | E | 1B | 0 | 12 | 10C | 25 | 47 |
| Octal | 262 | 230 | 320 | 16 | 33 | 0 | 22 | 414 | 45 | 107 |
| Binary | 10110010 | 10011000 | 11010000 | 1110 | 11011 | 0 | 10010 | 100001100 | 100101 | 1000111 |
Color Harmonies of #B298D0
Complementary color
Monochromatic Colors of #B298D0
Black with #B298D0
Text Example
Text Example
White with #B298D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298D0; }
p { color: rgb(178,152,208); }
H1.HeaderClassName
{
color: #B298D0;
}
.AnyTagClassName
{
color: #B298D0;
}
</style>
background-color css
<style>
a { background-color: #B298D0; }
a { background-color: rgb(178,152,208); }
div.DivClassName
{
background-color: #B298D0;
}
.BgClassName
{
background-color: #B298D0;
}
</style>
border-color css
<style>
span { border-color: #B298D0; }
span { border-color: rgb(178,152,208); }
td.TdClassName
{
border-color: #B298D0;
}
.TagClassName
{
border-color: #B298D0;
}
</style>