Shades of Biloba Flower #B097E0
Tints of Biloba Flower #B097E0
RGB
CMYK
RGB Variations
Color information
#B097E0 (or 0xB097E0) is known color: Biloba Flower. HEX triplet: B0, 97 and E0. RGB value is (176,151,224). Sum of RGB (Red+Green+Blue) = 176+151+224=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #B097E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097E0 is #4F681F. Grayscale: #A6A6A6. Windows color (decimal): -5204000 or 14718896. OLE color: 14718896.
HSL color Cylindrical-coordinate representation of color #B097E0: hue angle of 260.55º 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 #B097E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 151 | 224 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.12 |
| HSL | 260.55º | 0.54% | 0.74% | - |
| HSV(B) | 260.55º | 0.33% | 0.88% | - |
| XYZ | 42.43 | 36.75 | 75.38 | - |
| YUV | 166.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 224 | 0.21 | 0.33 | 0 | 0.12 | 260.55 | 0.54 | 0.74 |
| Hex | B0 | 97 | E0 | 15 | 21 | 0 | C | 105 | 36 | 4A |
| Octal | 260 | 227 | 340 | 25 | 41 | 0 | 14 | 405 | 66 | 112 |
| Binary | 10110000 | 10010111 | 11100000 | 10101 | 100001 | 0 | 1100 | 100000101 | 110110 | 1001010 |
Color Harmonies of #B097E0
Complementary color
Monochromatic Colors of #B097E0
Black with #B097E0
Text Example
Text Example
White with #B097E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097E0; }
p { color: rgb(176,151,224); }
H1.HeaderClassName
{
color: #B097E0;
}
.AnyTagClassName
{
color: #B097E0;
}
</style>
background-color css
<style>
a { background-color: #B097E0; }
a { background-color: rgb(176,151,224); }
div.DivClassName
{
background-color: #B097E0;
}
.BgClassName
{
background-color: #B097E0;
}
</style>
border-color css
<style>
span { border-color: #B097E0; }
span { border-color: rgb(176,151,224); }
td.TdClassName
{
border-color: #B097E0;
}
.TagClassName
{
border-color: #B097E0;
}
</style>