Shades of Biloba Flower #B997D0
Tints of Biloba Flower #B997D0
RGB
CMYK
RGB Variations
Color information
#B997D0 (or 0xB997D0) is known color: Biloba Flower. HEX triplet: B9, 97 and D0. RGB value is (185,151,208). Sum of RGB (Red+Green+Blue) = 185+151+208=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #B997D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997D0 is #46682F. Grayscale: #A7A7A7. Windows color (decimal): -4614192 or 13670329. OLE color: 13670329.
HSL color Cylindrical-coordinate representation of color #B997D0: hue angle of 275.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B997D0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 151 | 208 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.18 |
| HSL | 275.79º | 0.38% | 0.7% | - |
| HSV(B) | 275.79º | 0.27% | 0.82% | - |
| XYZ | 42.46 | 37 | 64.58 | - |
| YUV | 167.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 208 | 0.11 | 0.27 | 0 | 0.18 | 275.79 | 0.38 | 0.7 |
| Hex | B9 | 97 | D0 | B | 1B | 0 | 12 | 114 | 26 | 46 |
| Octal | 271 | 227 | 320 | 13 | 33 | 0 | 22 | 424 | 46 | 106 |
| Binary | 10111001 | 10010111 | 11010000 | 1011 | 11011 | 0 | 10010 | 100010100 | 100110 | 1000110 |
Color Harmonies of #B997D0
Complementary color
Monochromatic Colors of #B997D0
Black with #B997D0
Text Example
Text Example
White with #B997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997D0; }
p { color: rgb(185,151,208); }
H1.HeaderClassName
{
color: #B997D0;
}
.AnyTagClassName
{
color: #B997D0;
}
</style>
background-color css
<style>
a { background-color: #B997D0; }
a { background-color: rgb(185,151,208); }
div.DivClassName
{
background-color: #B997D0;
}
.BgClassName
{
background-color: #B997D0;
}
</style>
border-color css
<style>
span { border-color: #B997D0; }
span { border-color: rgb(185,151,208); }
td.TdClassName
{
border-color: #B997D0;
}
.TagClassName
{
border-color: #B997D0;
}
</style>