Shades of Biloba Flower #B69BEE
Tints of Biloba Flower #B69BEE
RGB
CMYK
RGB Variations
Color information
#B69BEE (or 0xB69BEE) is known color: Biloba Flower. HEX triplet: B6, 9B and EE. RGB value is (182,155,238). Sum of RGB (Red+Green+Blue) = 182+155+238=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B69BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEE is #496411. Grayscale: #ACACAC. Windows color (decimal): -4809746 or 15637430. OLE color: 15637430.
HSL color Cylindrical-coordinate representation of color #B69BEE: hue angle of 259.52º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69BEE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 155 | 238 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.07 |
| HSL | 259.52º | 0.71% | 0.77% | - |
| HSV(B) | 259.52º | 0.35% | 0.93% | - |
| XYZ | 46.45 | 39.56 | 86.08 | - |
| YUV | 172.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 238 | 0.24 | 0.35 | 0 | 0.07 | 259.52 | 0.71 | 0.77 |
| Hex | B6 | 9B | EE | 18 | 23 | 0 | 7 | 104 | 47 | 4D |
| Octal | 266 | 233 | 356 | 30 | 43 | 0 | 7 | 404 | 107 | 115 |
| Binary | 10110110 | 10011011 | 11101110 | 11000 | 100011 | 0 | 111 | 100000100 | 1000111 | 1001101 |
Color Harmonies of #B69BEE
Complementary color
Monochromatic Colors of #B69BEE
Black with #B69BEE
Text Example
Text Example
White with #B69BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BEE; }
p { color: rgb(182,155,238); }
H1.HeaderClassName
{
color: #B69BEE;
}
.AnyTagClassName
{
color: #B69BEE;
}
</style>
background-color css
<style>
a { background-color: #B69BEE; }
a { background-color: rgb(182,155,238); }
div.DivClassName
{
background-color: #B69BEE;
}
.BgClassName
{
background-color: #B69BEE;
}
</style>
border-color css
<style>
span { border-color: #B69BEE; }
span { border-color: rgb(182,155,238); }
td.TdClassName
{
border-color: #B69BEE;
}
.TagClassName
{
border-color: #B69BEE;
}
</style>