Shades of Biloba Flower #B097EA
Tints of Biloba Flower #B097EA
RGB
CMYK
RGB Variations
Color information
#B097EA (or 0xB097EA) is known color: Biloba Flower. HEX triplet: B0, 97 and EA. RGB value is (176,151,234). Sum of RGB (Red+Green+Blue) = 176+151+234=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #B097EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097EA is #4F6815. Grayscale: #A7A7A7. Windows color (decimal): -5203990 or 15374256. OLE color: 15374256.
HSL color Cylindrical-coordinate representation of color #B097EA: hue angle of 258.07º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B097EA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 151 | 234 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.08 |
| HSL | 258.07º | 0.66% | 0.75% | - |
| HSV(B) | 258.07º | 0.35% | 0.92% | - |
| XYZ | 43.82 | 37.3 | 82.73 | - |
| YUV | 167.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 234 | 0.25 | 0.35 | 0 | 0.08 | 258.07 | 0.66 | 0.75 |
| Hex | B0 | 97 | EA | 19 | 23 | 0 | 8 | 102 | 42 | 4B |
| Octal | 260 | 227 | 352 | 31 | 43 | 0 | 10 | 402 | 102 | 113 |
| Binary | 10110000 | 10010111 | 11101010 | 11001 | 100011 | 0 | 1000 | 100000010 | 1000010 | 1001011 |
Color Harmonies of #B097EA
Complementary color
Monochromatic Colors of #B097EA
Black with #B097EA
Text Example
Text Example
White with #B097EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097EA; }
p { color: rgb(176,151,234); }
H1.HeaderClassName
{
color: #B097EA;
}
.AnyTagClassName
{
color: #B097EA;
}
</style>
background-color css
<style>
a { background-color: #B097EA; }
a { background-color: rgb(176,151,234); }
div.DivClassName
{
background-color: #B097EA;
}
.BgClassName
{
background-color: #B097EA;
}
</style>
border-color css
<style>
span { border-color: #B097EA; }
span { border-color: rgb(176,151,234); }
td.TdClassName
{
border-color: #B097EA;
}
.TagClassName
{
border-color: #B097EA;
}
</style>