Shades of Biloba Flower #B898CC
Tints of Biloba Flower #B898CC
RGB
CMYK
RGB Variations
Color information
#B898CC (or 0xB898CC) is known color: Biloba Flower. HEX triplet: B8, 98 and CC. RGB value is (184,152,204). Sum of RGB (Red+Green+Blue) = 184+152+204=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B898CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898CC is #476733. Grayscale: #A7A7A7. Windows color (decimal): -4679476 or 13408440. OLE color: 13408440.
HSL color Cylindrical-coordinate representation of color #B898CC: hue angle of 276.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B898CC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 152 | 204 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.2 |
| HSL | 276.92º | 0.34% | 0.7% | - |
| HSV(B) | 276.92º | 0.25% | 0.8% | - |
| XYZ | 41.89 | 37.01 | 62.06 | - |
| YUV | 167.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 204 | 0.10 | 0.25 | 0 | 0.2 | 276.92 | 0.34 | 0.7 |
| Hex | B8 | 98 | CC | A | 19 | 0 | 14 | 115 | 22 | 46 |
| Octal | 270 | 230 | 314 | 12 | 31 | 0 | 24 | 425 | 42 | 106 |
| Binary | 10111000 | 10011000 | 11001100 | 1010 | 11001 | 0 | 10100 | 100010101 | 100010 | 1000110 |
Color Harmonies of #B898CC
Complementary color
Monochromatic Colors of #B898CC
Black with #B898CC
Text Example
Text Example
White with #B898CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898CC; }
p { color: rgb(184,152,204); }
H1.HeaderClassName
{
color: #B898CC;
}
.AnyTagClassName
{
color: #B898CC;
}
</style>
background-color css
<style>
a { background-color: #B898CC; }
a { background-color: rgb(184,152,204); }
div.DivClassName
{
background-color: #B898CC;
}
.BgClassName
{
background-color: #B898CC;
}
</style>
border-color css
<style>
span { border-color: #B898CC; }
span { border-color: rgb(184,152,204); }
td.TdClassName
{
border-color: #B898CC;
}
.TagClassName
{
border-color: #B898CC;
}
</style>