Shades of Biloba Flower #B899CE
Tints of Biloba Flower #B899CE
RGB
CMYK
RGB Variations
Color information
#B899CE (or 0xB899CE) is known color: Biloba Flower. HEX triplet: B8, 99 and CE. RGB value is (184,153,206). Sum of RGB (Red+Green+Blue) = 184+153+206=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B899CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899CE is #476631. Grayscale: #A8A8A8. Windows color (decimal): -4679218 or 13539768. OLE color: 13539768.
HSL color Cylindrical-coordinate representation of color #B899CE: hue angle of 275.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B899CE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 153 | 206 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.19 |
| HSL | 275.09º | 0.35% | 0.7% | - |
| HSV(B) | 275.09º | 0.26% | 0.81% | - |
| XYZ | 42.3 | 37.43 | 63.39 | - |
| YUV | 168.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 206 | 0.11 | 0.26 | 0 | 0.19 | 275.09 | 0.35 | 0.7 |
| Hex | B8 | 99 | CE | B | 1A | 0 | 13 | 113 | 23 | 46 |
| Octal | 270 | 231 | 316 | 13 | 32 | 0 | 23 | 423 | 43 | 106 |
| Binary | 10111000 | 10011001 | 11001110 | 1011 | 11010 | 0 | 10011 | 100010011 | 100011 | 1000110 |
Color Harmonies of #B899CE
Complementary color
Monochromatic Colors of #B899CE
Black with #B899CE
Text Example
Text Example
White with #B899CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899CE; }
p { color: rgb(184,153,206); }
H1.HeaderClassName
{
color: #B899CE;
}
.AnyTagClassName
{
color: #B899CE;
}
</style>
background-color css
<style>
a { background-color: #B899CE; }
a { background-color: rgb(184,153,206); }
div.DivClassName
{
background-color: #B899CE;
}
.BgClassName
{
background-color: #B899CE;
}
</style>
border-color css
<style>
span { border-color: #B899CE; }
span { border-color: rgb(184,153,206); }
td.TdClassName
{
border-color: #B899CE;
}
.TagClassName
{
border-color: #B899CE;
}
</style>