Shades of Biloba Flower #B69FCD
Tints of Biloba Flower #B69FCD
RGB
CMYK
RGB Variations
Color information
#B69FCD (or 0xB69FCD) is known color: Biloba Flower. HEX triplet: B6, 9F and CD. RGB value is (182,159,205). Sum of RGB (Red+Green+Blue) = 182+159+205=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B69FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FCD is #496032. Grayscale: #AAAAAA. Windows color (decimal): -4808755 or 13475766. OLE color: 13475766.
HSL color Cylindrical-coordinate representation of color #B69FCD: hue angle of 270º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B69FCD is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 159 | 205 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.20 |
| HSL | 270º | 0.32% | 0.71% | - |
| HSV(B) | 270º | 0.22% | 0.8% | - |
| XYZ | 42.71 | 39.15 | 63.06 | - |
| YUV | 171.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 205 | 0.11 | 0.22 | 0 | 0.20 | 270 | 0.32 | 0.71 |
| Hex | B6 | 9F | CD | B | 16 | 0 | 14 | 10E | 20 | 47 |
| Octal | 266 | 237 | 315 | 13 | 26 | 0 | 24 | 416 | 40 | 107 |
| Binary | 10110110 | 10011111 | 11001101 | 1011 | 10110 | 0 | 10100 | 100001110 | 100000 | 1000111 |
Color Harmonies of #B69FCD
Complementary color
Monochromatic Colors of #B69FCD
Black with #B69FCD
Text Example
Text Example
White with #B69FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69FCD; }
p { color: rgb(182,159,205); }
H1.HeaderClassName
{
color: #B69FCD;
}
.AnyTagClassName
{
color: #B69FCD;
}
</style>
background-color css
<style>
a { background-color: #B69FCD; }
a { background-color: rgb(182,159,205); }
div.DivClassName
{
background-color: #B69FCD;
}
.BgClassName
{
background-color: #B69FCD;
}
</style>
border-color css
<style>
span { border-color: #B69FCD; }
span { border-color: rgb(182,159,205); }
td.TdClassName
{
border-color: #B69FCD;
}
.TagClassName
{
border-color: #B69FCD;
}
</style>