Shades of Biloba Flower #B19EEF
Tints of Biloba Flower #B19EEF
RGB
CMYK
RGB Variations
Color information
#B19EEF (or 0xB19EEF) is known color: Biloba Flower. HEX triplet: B1, 9E and EF. RGB value is (177,158,239). Sum of RGB (Red+Green+Blue) = 177+158+239=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #B19EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EEF is #4E6110. Grayscale: #ACACAC. Windows color (decimal): -5136657 or 15703729. OLE color: 15703729.
HSL color Cylindrical-coordinate representation of color #B19EEF: hue angle of 254.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19EEF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 158 | 239 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.06 |
| HSL | 254.07º | 0.72% | 0.78% | - |
| HSV(B) | 254.07º | 0.34% | 0.94% | - |
| XYZ | 45.94 | 40.03 | 86.97 | - |
| YUV | 172.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 239 | 0.26 | 0.34 | 0 | 0.06 | 254.07 | 0.72 | 0.78 |
| Hex | B1 | 9E | EF | 1A | 22 | 0 | 6 | FE | 48 | 4E |
| Octal | 261 | 236 | 357 | 32 | 42 | 0 | 6 | 376 | 110 | 116 |
| Binary | 10110001 | 10011110 | 11101111 | 11010 | 100010 | 0 | 110 | 11111110 | 1001000 | 1001110 |
Color Harmonies of #B19EEF
Complementary color
Monochromatic Colors of #B19EEF
Black with #B19EEF
Text Example
Text Example
White with #B19EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EEF; }
p { color: rgb(177,158,239); }
H1.HeaderClassName
{
color: #B19EEF;
}
.AnyTagClassName
{
color: #B19EEF;
}
</style>
background-color css
<style>
a { background-color: #B19EEF; }
a { background-color: rgb(177,158,239); }
div.DivClassName
{
background-color: #B19EEF;
}
.BgClassName
{
background-color: #B19EEF;
}
</style>
border-color css
<style>
span { border-color: #B19EEF; }
span { border-color: rgb(177,158,239); }
td.TdClassName
{
border-color: #B19EEF;
}
.TagClassName
{
border-color: #B19EEF;
}
</style>