Shades of Biloba Flower #B797E6
Tints of Biloba Flower #B797E6
RGB
CMYK
RGB Variations
Color information
#B797E6 (or 0xB797E6) is known color: Biloba Flower. HEX triplet: B7, 97 and E6. RGB value is (183,151,230). Sum of RGB (Red+Green+Blue) = 183+151+230=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #B797E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B797E6 is #486819. Grayscale: #A9A9A9. Windows color (decimal): -4745242 or 15112119. OLE color: 15112119.
HSL color Cylindrical-coordinate representation of color #B797E6: hue angle of 264.3º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B797E6 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 151 | 230 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.10 |
| HSL | 264.3º | 0.61% | 0.75% | - |
| HSV(B) | 264.3º | 0.34% | 0.9% | - |
| XYZ | 44.88 | 37.91 | 79.82 | - |
| YUV | 169.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 230 | 0.20 | 0.34 | 0 | 0.10 | 264.3 | 0.61 | 0.75 |
| Hex | B7 | 97 | E6 | 14 | 22 | 0 | A | 108 | 3D | 4B |
| Octal | 267 | 227 | 346 | 24 | 42 | 0 | 12 | 410 | 75 | 113 |
| Binary | 10110111 | 10010111 | 11100110 | 10100 | 100010 | 0 | 1010 | 100001000 | 111101 | 1001011 |
Color Harmonies of #B797E6
Complementary color
Monochromatic Colors of #B797E6
Black with #B797E6
Text Example
Text Example
White with #B797E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B797E6; }
p { color: rgb(183,151,230); }
H1.HeaderClassName
{
color: #B797E6;
}
.AnyTagClassName
{
color: #B797E6;
}
</style>
background-color css
<style>
a { background-color: #B797E6; }
a { background-color: rgb(183,151,230); }
div.DivClassName
{
background-color: #B797E6;
}
.BgClassName
{
background-color: #B797E6;
}
</style>
border-color css
<style>
span { border-color: #B797E6; }
span { border-color: rgb(183,151,230); }
td.TdClassName
{
border-color: #B797E6;
}
.TagClassName
{
border-color: #B797E6;
}
</style>