Shades of Biloba Flower #B998D1
Tints of Biloba Flower #B998D1
RGB
CMYK
RGB Variations
Color information
#B998D1 (or 0xB998D1) is known color: Biloba Flower. HEX triplet: B9, 98 and D1. RGB value is (185,152,209). Sum of RGB (Red+Green+Blue) = 185+152+209=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #B998D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998D1 is #46672E. Grayscale: #A8A8A8. Windows color (decimal): -4613935 or 13736121. OLE color: 13736121.
HSL color Cylindrical-coordinate representation of color #B998D1: hue angle of 274.74º 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 #B998D1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 152 | 209 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.18 |
| HSL | 274.74º | 0.38% | 0.71% | - |
| HSV(B) | 274.74º | 0.27% | 0.82% | - |
| XYZ | 42.74 | 37.37 | 65.28 | - |
| YUV | 168.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 209 | 0.11 | 0.27 | 0 | 0.18 | 274.74 | 0.38 | 0.71 |
| Hex | B9 | 98 | D1 | B | 1B | 0 | 12 | 113 | 26 | 47 |
| Octal | 271 | 230 | 321 | 13 | 33 | 0 | 22 | 423 | 46 | 107 |
| Binary | 10111001 | 10011000 | 11010001 | 1011 | 11011 | 0 | 10010 | 100010011 | 100110 | 1000111 |
Color Harmonies of #B998D1
Complementary color
Monochromatic Colors of #B998D1
Black with #B998D1
Text Example
Text Example
White with #B998D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B998D1; }
p { color: rgb(185,152,209); }
H1.HeaderClassName
{
color: #B998D1;
}
.AnyTagClassName
{
color: #B998D1;
}
</style>
background-color css
<style>
a { background-color: #B998D1; }
a { background-color: rgb(185,152,209); }
div.DivClassName
{
background-color: #B998D1;
}
.BgClassName
{
background-color: #B998D1;
}
</style>
border-color css
<style>
span { border-color: #B998D1; }
span { border-color: rgb(185,152,209); }
td.TdClassName
{
border-color: #B998D1;
}
.TagClassName
{
border-color: #B998D1;
}
</style>