Shades of Biloba Flower #B899DF
Tints of Biloba Flower #B899DF
RGB
CMYK
RGB Variations
Color information
#B899DF (or 0xB899DF) is known color: Biloba Flower. HEX triplet: B8, 99 and DF. RGB value is (184,153,223). Sum of RGB (Red+Green+Blue) = 184+153+223=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #B899DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DF is #476620. Grayscale: #AAAAAA. Windows color (decimal): -4679201 or 14653880. OLE color: 14653880.
HSL color Cylindrical-coordinate representation of color #B899DF: hue angle of 266.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B899DF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 153 | 223 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.13 |
| HSL | 266.57º | 0.52% | 0.74% | - |
| HSV(B) | 266.57º | 0.31% | 0.87% | - |
| XYZ | 44.48 | 38.3 | 74.86 | - |
| YUV | 170.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 223 | 0.17 | 0.31 | 0 | 0.13 | 266.57 | 0.52 | 0.74 |
| Hex | B8 | 99 | DF | 11 | 1F | 0 | D | 10B | 34 | 4A |
| Octal | 270 | 231 | 337 | 21 | 37 | 0 | 15 | 413 | 64 | 112 |
| Binary | 10111000 | 10011001 | 11011111 | 10001 | 11111 | 0 | 1101 | 100001011 | 110100 | 1001010 |
Color Harmonies of #B899DF
Complementary color
Monochromatic Colors of #B899DF
Black with #B899DF
Text Example
Text Example
White with #B899DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899DF; }
p { color: rgb(184,153,223); }
H1.HeaderClassName
{
color: #B899DF;
}
.AnyTagClassName
{
color: #B899DF;
}
</style>
background-color css
<style>
a { background-color: #B899DF; }
a { background-color: rgb(184,153,223); }
div.DivClassName
{
background-color: #B899DF;
}
.BgClassName
{
background-color: #B899DF;
}
</style>
border-color css
<style>
span { border-color: #B899DF; }
span { border-color: rgb(184,153,223); }
td.TdClassName
{
border-color: #B899DF;
}
.TagClassName
{
border-color: #B899DF;
}
</style>