Shades of Biloba Flower #B89CCC
Tints of Biloba Flower #B89CCC
RGB
CMYK
RGB Variations
Color information
#B89CCC (or 0xB89CCC) is known color: Biloba Flower. HEX triplet: B8, 9C and CC. RGB value is (184,156,204). Sum of RGB (Red+Green+Blue) = 184+156+204=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B89CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCC is #476333. Grayscale: #A9A9A9. Windows color (decimal): -4678452 or 13409464. OLE color: 13409464.
HSL color Cylindrical-coordinate representation of color #B89CCC: hue angle of 275º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89CCC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 156 | 204 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.2 |
| HSL | 275º | 0.32% | 0.71% | - |
| HSV(B) | 275º | 0.24% | 0.8% | - |
| XYZ | 42.55 | 38.33 | 62.28 | - |
| YUV | 169.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 204 | 0.10 | 0.24 | 0 | 0.2 | 275 | 0.32 | 0.71 |
| Hex | B8 | 9C | CC | A | 18 | 0 | 14 | 113 | 20 | 47 |
| Octal | 270 | 234 | 314 | 12 | 30 | 0 | 24 | 423 | 40 | 107 |
| Binary | 10111000 | 10011100 | 11001100 | 1010 | 11000 | 0 | 10100 | 100010011 | 100000 | 1000111 |
Color Harmonies of #B89CCC
Complementary color
Monochromatic Colors of #B89CCC
Black with #B89CCC
Text Example
Text Example
White with #B89CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89CCC; }
p { color: rgb(184,156,204); }
H1.HeaderClassName
{
color: #B89CCC;
}
.AnyTagClassName
{
color: #B89CCC;
}
</style>
background-color css
<style>
a { background-color: #B89CCC; }
a { background-color: rgb(184,156,204); }
div.DivClassName
{
background-color: #B89CCC;
}
.BgClassName
{
background-color: #B89CCC;
}
</style>
border-color css
<style>
span { border-color: #B89CCC; }
span { border-color: rgb(184,156,204); }
td.TdClassName
{
border-color: #B89CCC;
}
.TagClassName
{
border-color: #B89CCC;
}
</style>