Shades of Biloba Flower #B298D4
Tints of Biloba Flower #B298D4
RGB
CMYK
RGB Variations
Color information
#B298D4 (or 0xB298D4) is known color: Biloba Flower. HEX triplet: B2, 98 and D4. RGB value is (178,152,212). Sum of RGB (Red+Green+Blue) = 178+152+212=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #B298D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298D4 is #4D672B. Grayscale: #A6A6A6. Windows color (decimal): -5072684 or 13932722. OLE color: 13932722.
HSL color Cylindrical-coordinate representation of color #B298D4: hue angle of 266º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B298D4 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 152 | 212 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.17 |
| HSL | 266º | 0.41% | 0.71% | - |
| HSV(B) | 266º | 0.28% | 0.83% | - |
| XYZ | 41.47 | 36.67 | 67.18 | - |
| YUV | 166.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 212 | 0.16 | 0.28 | 0 | 0.17 | 266 | 0.41 | 0.71 |
| Hex | B2 | 98 | D4 | 10 | 1C | 0 | 11 | 10A | 29 | 47 |
| Octal | 262 | 230 | 324 | 20 | 34 | 0 | 21 | 412 | 51 | 107 |
| Binary | 10110010 | 10011000 | 11010100 | 10000 | 11100 | 0 | 10001 | 100001010 | 101001 | 1000111 |
Color Harmonies of #B298D4
Complementary color
Monochromatic Colors of #B298D4
Black with #B298D4
Text Example
Text Example
White with #B298D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298D4; }
p { color: rgb(178,152,212); }
H1.HeaderClassName
{
color: #B298D4;
}
.AnyTagClassName
{
color: #B298D4;
}
</style>
background-color css
<style>
a { background-color: #B298D4; }
a { background-color: rgb(178,152,212); }
div.DivClassName
{
background-color: #B298D4;
}
.BgClassName
{
background-color: #B298D4;
}
</style>
border-color css
<style>
span { border-color: #B298D4; }
span { border-color: rgb(178,152,212); }
td.TdClassName
{
border-color: #B298D4;
}
.TagClassName
{
border-color: #B298D4;
}
</style>