Shades of Biloba Flower #B89DDC
Tints of Biloba Flower #B89DDC
RGB
CMYK
RGB Variations
Color information
#B89DDC (or 0xB89DDC) is known color: Biloba Flower. HEX triplet: B8, 9D and DC. RGB value is (184,157,220). Sum of RGB (Red+Green+Blue) = 184+157+220=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDC is #476223. Grayscale: #ACACAC. Windows color (decimal): -4678180 or 14458296. OLE color: 14458296.
HSL color Cylindrical-coordinate representation of color #B89DDC: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89DDC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 157 | 220 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.14 |
| HSL | 265.71º | 0.47% | 0.74% | - |
| HSV(B) | 265.71º | 0.29% | 0.86% | - |
| XYZ | 44.74 | 39.47 | 72.97 | - |
| YUV | 172.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 220 | 0.16 | 0.29 | 0 | 0.14 | 265.71 | 0.47 | 0.74 |
| Hex | B8 | 9D | DC | 10 | 1D | 0 | E | 10A | 2F | 4A |
| Octal | 270 | 235 | 334 | 20 | 35 | 0 | 16 | 412 | 57 | 112 |
| Binary | 10111000 | 10011101 | 11011100 | 10000 | 11101 | 0 | 1110 | 100001010 | 101111 | 1001010 |
Color Harmonies of #B89DDC
Complementary color
Monochromatic Colors of #B89DDC
Black with #B89DDC
Text Example
Text Example
White with #B89DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DDC; }
p { color: rgb(184,157,220); }
H1.HeaderClassName
{
color: #B89DDC;
}
.AnyTagClassName
{
color: #B89DDC;
}
</style>
background-color css
<style>
a { background-color: #B89DDC; }
a { background-color: rgb(184,157,220); }
div.DivClassName
{
background-color: #B89DDC;
}
.BgClassName
{
background-color: #B89DDC;
}
</style>
border-color css
<style>
span { border-color: #B89DDC; }
span { border-color: rgb(184,157,220); }
td.TdClassName
{
border-color: #B89DDC;
}
.TagClassName
{
border-color: #B89DDC;
}
</style>