Shades of Biloba Flower #B298D1
Tints of Biloba Flower #B298D1
RGB
CMYK
RGB Variations
Color information
#B298D1 (or 0xB298D1) is known color: Biloba Flower. HEX triplet: B2, 98 and D1. RGB value is (178,152,209). Sum of RGB (Red+Green+Blue) = 178+152+209=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #B298D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298D1 is #4D672E. Grayscale: #A6A6A6. Windows color (decimal): -5072687 or 13736114. OLE color: 13736114.
HSL color Cylindrical-coordinate representation of color #B298D1: hue angle of 267.37º degrees, saturation: 0.38, 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 #B298D1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 152 | 209 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.18 |
| HSL | 267.37º | 0.38% | 0.71% | - |
| HSV(B) | 267.37º | 0.27% | 0.82% | - |
| XYZ | 41.1 | 36.52 | 65.21 | - |
| YUV | 166.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 209 | 0.15 | 0.27 | 0 | 0.18 | 267.37 | 0.38 | 0.71 |
| Hex | B2 | 98 | D1 | F | 1B | 0 | 12 | 10B | 26 | 47 |
| Octal | 262 | 230 | 321 | 17 | 33 | 0 | 22 | 413 | 46 | 107 |
| Binary | 10110010 | 10011000 | 11010001 | 1111 | 11011 | 0 | 10010 | 100001011 | 100110 | 1000111 |
Color Harmonies of #B298D1
Complementary color
Monochromatic Colors of #B298D1
Black with #B298D1
Text Example
Text Example
White with #B298D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298D1; }
p { color: rgb(178,152,209); }
H1.HeaderClassName
{
color: #B298D1;
}
.AnyTagClassName
{
color: #B298D1;
}
</style>
background-color css
<style>
a { background-color: #B298D1; }
a { background-color: rgb(178,152,209); }
div.DivClassName
{
background-color: #B298D1;
}
.BgClassName
{
background-color: #B298D1;
}
</style>
border-color css
<style>
span { border-color: #B298D1; }
span { border-color: rgb(178,152,209); }
td.TdClassName
{
border-color: #B298D1;
}
.TagClassName
{
border-color: #B298D1;
}
</style>