Shades of Biloba Flower #B899CC
Tints of Biloba Flower #B899CC
RGB
CMYK
RGB Variations
Color information
#B899CC (or 0xB899CC) is known color: Biloba Flower. HEX triplet: B8, 99 and CC. RGB value is (184,153,204). Sum of RGB (Red+Green+Blue) = 184+153+204=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B899CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899CC is #476633. Grayscale: #A7A7A7. Windows color (decimal): -4679220 or 13408696. OLE color: 13408696.
HSL color Cylindrical-coordinate representation of color #B899CC: hue angle of 276.47º degrees, saturation: 0.33, 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 #B899CC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 153 | 204 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.2 |
| HSL | 276.47º | 0.33% | 0.7% | - |
| HSV(B) | 276.47º | 0.25% | 0.8% | - |
| XYZ | 42.06 | 37.33 | 62.12 | - |
| YUV | 168.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 204 | 0.10 | 0.25 | 0 | 0.2 | 276.47 | 0.33 | 0.7 |
| Hex | B8 | 99 | CC | A | 19 | 0 | 14 | 114 | 21 | 46 |
| Octal | 270 | 231 | 314 | 12 | 31 | 0 | 24 | 424 | 41 | 106 |
| Binary | 10111000 | 10011001 | 11001100 | 1010 | 11001 | 0 | 10100 | 100010100 | 100001 | 1000110 |
Color Harmonies of #B899CC
Complementary color
Monochromatic Colors of #B899CC
Black with #B899CC
Text Example
Text Example
White with #B899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899CC; }
p { color: rgb(184,153,204); }
H1.HeaderClassName
{
color: #B899CC;
}
.AnyTagClassName
{
color: #B899CC;
}
</style>
background-color css
<style>
a { background-color: #B899CC; }
a { background-color: rgb(184,153,204); }
div.DivClassName
{
background-color: #B899CC;
}
.BgClassName
{
background-color: #B899CC;
}
</style>
border-color css
<style>
span { border-color: #B899CC; }
span { border-color: rgb(184,153,204); }
td.TdClassName
{
border-color: #B899CC;
}
.TagClassName
{
border-color: #B899CC;
}
</style>