Shades of Biloba Flower #B89CCF
Tints of Biloba Flower #B89CCF
RGB
CMYK
RGB Variations
Color information
#B89CCF (or 0xB89CCF) is known color: Biloba Flower. HEX triplet: B8, 9C and CF. RGB value is (184,156,207). Sum of RGB (Red+Green+Blue) = 184+156+207=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #B89CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCF is #476330. Grayscale: #AAAAAA. Windows color (decimal): -4678449 or 13606072. OLE color: 13606072.
HSL color Cylindrical-coordinate representation of color #B89CCF: hue angle of 272.94º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B89CCF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 156 | 207 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.19 |
| HSL | 272.94º | 0.35% | 0.71% | - |
| HSV(B) | 272.94º | 0.25% | 0.81% | - |
| XYZ | 42.92 | 38.47 | 64.2 | - |
| YUV | 170.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 207 | 0.11 | 0.25 | 0 | 0.19 | 272.94 | 0.35 | 0.71 |
| Hex | B8 | 9C | CF | B | 19 | 0 | 13 | 111 | 23 | 47 |
| Octal | 270 | 234 | 317 | 13 | 31 | 0 | 23 | 421 | 43 | 107 |
| Binary | 10111000 | 10011100 | 11001111 | 1011 | 11001 | 0 | 10011 | 100010001 | 100011 | 1000111 |
Color Harmonies of #B89CCF
Complementary color
Monochromatic Colors of #B89CCF
Black with #B89CCF
Text Example
Text Example
White with #B89CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CCF; }
p { color: rgb(184,156,207); }
H1.HeaderClassName
{
color: #B89CCF;
}
.AnyTagClassName
{
color: #B89CCF;
}
</style>
background-color css
<style>
a { background-color: #B89CCF; }
a { background-color: rgb(184,156,207); }
div.DivClassName
{
background-color: #B89CCF;
}
.BgClassName
{
background-color: #B89CCF;
}
</style>
border-color css
<style>
span { border-color: #B89CCF; }
span { border-color: rgb(184,156,207); }
td.TdClassName
{
border-color: #B89CCF;
}
.TagClassName
{
border-color: #B89CCF;
}
</style>