Shades of Biloba Flower #B894CF
Tints of Biloba Flower #B894CF
RGB
CMYK
RGB Variations
Color information
#B894CF (or 0xB894CF) is known color: Biloba Flower. HEX triplet: B8, 94 and CF. RGB value is (184,148,207). Sum of RGB (Red+Green+Blue) = 184+148+207=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #B894CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894CF is #476B30. Grayscale: #A5A5A5. Windows color (decimal): -4680497 or 13604024. OLE color: 13604024.
HSL color Cylindrical-coordinate representation of color #B894CF: hue angle of 276.61º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B894CF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 148 | 207 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.19 |
| HSL | 276.61º | 0.38% | 0.7% | - |
| HSV(B) | 276.61º | 0.29% | 0.81% | - |
| XYZ | 41.62 | 35.88 | 63.76 | - |
| YUV | 165.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 207 | 0.11 | 0.29 | 0 | 0.19 | 276.61 | 0.38 | 0.7 |
| Hex | B8 | 94 | CF | B | 1D | 0 | 13 | 115 | 26 | 46 |
| Octal | 270 | 224 | 317 | 13 | 35 | 0 | 23 | 425 | 46 | 106 |
| Binary | 10111000 | 10010100 | 11001111 | 1011 | 11101 | 0 | 10011 | 100010101 | 100110 | 1000110 |
Color Harmonies of #B894CF
Complementary color
Monochromatic Colors of #B894CF
Black with #B894CF
Text Example
Text Example
White with #B894CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894CF; }
p { color: rgb(184,148,207); }
H1.HeaderClassName
{
color: #B894CF;
}
.AnyTagClassName
{
color: #B894CF;
}
</style>
background-color css
<style>
a { background-color: #B894CF; }
a { background-color: rgb(184,148,207); }
div.DivClassName
{
background-color: #B894CF;
}
.BgClassName
{
background-color: #B894CF;
}
</style>
border-color css
<style>
span { border-color: #B894CF; }
span { border-color: rgb(184,148,207); }
td.TdClassName
{
border-color: #B894CF;
}
.TagClassName
{
border-color: #B894CF;
}
</style>