Shades of Biloba Flower #B997E0
Tints of Biloba Flower #B997E0
RGB
CMYK
RGB Variations
Color information
#B997E0 (or 0xB997E0) is known color: Biloba Flower. HEX triplet: B9, 97 and E0. RGB value is (185,151,224). Sum of RGB (Red+Green+Blue) = 185+151+224=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #B997E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997E0 is #46681F. Grayscale: #A9A9A9. Windows color (decimal): -4614176 or 14718905. OLE color: 14718905.
HSL color Cylindrical-coordinate representation of color #B997E0: hue angle of 267.95º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B997E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 151 | 224 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 267.95º | 0.54% | 0.74% | - |
| HSV(B) | 267.95º | 0.33% | 0.88% | - |
| XYZ | 44.53 | 37.83 | 75.48 | - |
| YUV | 169.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 224 | 0.17 | 0.33 | 0 | 0.12 | 267.95 | 0.54 | 0.74 |
| Hex | B9 | 97 | E0 | 11 | 21 | 0 | C | 10C | 36 | 4A |
| Octal | 271 | 227 | 340 | 21 | 41 | 0 | 14 | 414 | 66 | 112 |
| Binary | 10111001 | 10010111 | 11100000 | 10001 | 100001 | 0 | 1100 | 100001100 | 110110 | 1001010 |
Color Harmonies of #B997E0
Complementary color
Monochromatic Colors of #B997E0
Black with #B997E0
Text Example
Text Example
White with #B997E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997E0; }
p { color: rgb(185,151,224); }
H1.HeaderClassName
{
color: #B997E0;
}
.AnyTagClassName
{
color: #B997E0;
}
</style>
background-color css
<style>
a { background-color: #B997E0; }
a { background-color: rgb(185,151,224); }
div.DivClassName
{
background-color: #B997E0;
}
.BgClassName
{
background-color: #B997E0;
}
</style>
border-color css
<style>
span { border-color: #B997E0; }
span { border-color: rgb(185,151,224); }
td.TdClassName
{
border-color: #B997E0;
}
.TagClassName
{
border-color: #B997E0;
}
</style>