Shades of Biloba Flower #B299DF
Tints of Biloba Flower #B299DF
RGB
CMYK
RGB Variations
Color information
#B299DF (or 0xB299DF) is known color: Biloba Flower. HEX triplet: B2, 99 and DF. RGB value is (178,153,223). Sum of RGB (Red+Green+Blue) = 178+153+223=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B299DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299DF is #4D6620. Grayscale: #A8A8A8. Windows color (decimal): -5072417 or 14653874. OLE color: 14653874.
HSL color Cylindrical-coordinate representation of color #B299DF: hue angle of 261.43º 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 #B299DF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 153 | 223 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.13 |
| HSL | 261.43º | 0.52% | 0.74% | - |
| HSV(B) | 261.43º | 0.31% | 0.87% | - |
| XYZ | 43.07 | 37.58 | 74.79 | - |
| YUV | 168.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 223 | 0.20 | 0.31 | 0 | 0.13 | 261.43 | 0.52 | 0.74 |
| Hex | B2 | 99 | DF | 14 | 1F | 0 | D | 105 | 34 | 4A |
| Octal | 262 | 231 | 337 | 24 | 37 | 0 | 15 | 405 | 64 | 112 |
| Binary | 10110010 | 10011001 | 11011111 | 10100 | 11111 | 0 | 1101 | 100000101 | 110100 | 1001010 |
Color Harmonies of #B299DF
Complementary color
Monochromatic Colors of #B299DF
Black with #B299DF
Text Example
Text Example
White with #B299DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299DF; }
p { color: rgb(178,153,223); }
H1.HeaderClassName
{
color: #B299DF;
}
.AnyTagClassName
{
color: #B299DF;
}
</style>
background-color css
<style>
a { background-color: #B299DF; }
a { background-color: rgb(178,153,223); }
div.DivClassName
{
background-color: #B299DF;
}
.BgClassName
{
background-color: #B299DF;
}
</style>
border-color css
<style>
span { border-color: #B299DF; }
span { border-color: rgb(178,153,223); }
td.TdClassName
{
border-color: #B299DF;
}
.TagClassName
{
border-color: #B299DF;
}
</style>