Shades of Biloba Flower #B08CEE
Tints of Biloba Flower #B08CEE
RGB
CMYK
RGB Variations
Color information
#B08CEE (or 0xB08CEE) is known color: Biloba Flower. HEX triplet: B0, 8C and EE. RGB value is (176,140,238). Sum of RGB (Red+Green+Blue) = 176+140+238=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B08CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CEE is #4F7311. Grayscale: #A1A1A1. Windows color (decimal): -5206802 or 15633584. OLE color: 15633584.
HSL color Cylindrical-coordinate representation of color #B08CEE: hue angle of 262.04º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08CEE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 140 | 238 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.07 |
| HSL | 262.04º | 0.74% | 0.74% | - |
| HSV(B) | 262.04º | 0.41% | 0.93% | - |
| XYZ | 42.72 | 34.16 | 85.23 | - |
| YUV | 161.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 238 | 0.26 | 0.41 | 0 | 0.07 | 262.04 | 0.74 | 0.74 |
| Hex | B0 | 8C | EE | 1A | 29 | 0 | 7 | 106 | 4A | 4A |
| Octal | 260 | 214 | 356 | 32 | 51 | 0 | 7 | 406 | 112 | 112 |
| Binary | 10110000 | 10001100 | 11101110 | 11010 | 101001 | 0 | 111 | 100000110 | 1001010 | 1001010 |
Color Harmonies of #B08CEE
Complementary color
Monochromatic Colors of #B08CEE
Black with #B08CEE
Text Example
Text Example
White with #B08CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CEE; }
p { color: rgb(176,140,238); }
H1.HeaderClassName
{
color: #B08CEE;
}
.AnyTagClassName
{
color: #B08CEE;
}
</style>
background-color css
<style>
a { background-color: #B08CEE; }
a { background-color: rgb(176,140,238); }
div.DivClassName
{
background-color: #B08CEE;
}
.BgClassName
{
background-color: #B08CEE;
}
</style>
border-color css
<style>
span { border-color: #B08CEE; }
span { border-color: rgb(176,140,238); }
td.TdClassName
{
border-color: #B08CEE;
}
.TagClassName
{
border-color: #B08CEE;
}
</style>