Shades of Biloba Flower #B299D6
Tints of Biloba Flower #B299D6
RGB
CMYK
RGB Variations
Color information
#B299D6 (or 0xB299D6) is known color: Biloba Flower. HEX triplet: B2, 99 and D6. RGB value is (178,153,214). Sum of RGB (Red+Green+Blue) = 178+153+214=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #B299D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299D6 is #4D6629. Grayscale: #A7A7A7. Windows color (decimal): -5072426 or 14064050. OLE color: 14064050.
HSL color Cylindrical-coordinate representation of color #B299D6: hue angle of 264.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B299D6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 153 | 214 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.16 |
| HSL | 264.59º | 0.43% | 0.72% | - |
| HSV(B) | 264.59º | 0.29% | 0.84% | - |
| XYZ | 41.89 | 37.1 | 68.57 | - |
| YUV | 167.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 214 | 0.17 | 0.29 | 0 | 0.16 | 264.59 | 0.43 | 0.72 |
| Hex | B2 | 99 | D6 | 11 | 1D | 0 | 10 | 109 | 2B | 48 |
| Octal | 262 | 231 | 326 | 21 | 35 | 0 | 20 | 411 | 53 | 110 |
| Binary | 10110010 | 10011001 | 11010110 | 10001 | 11101 | 0 | 10000 | 100001001 | 101011 | 1001000 |
Color Harmonies of #B299D6
Complementary color
Monochromatic Colors of #B299D6
Black with #B299D6
Text Example
Text Example
White with #B299D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299D6; }
p { color: rgb(178,153,214); }
H1.HeaderClassName
{
color: #B299D6;
}
.AnyTagClassName
{
color: #B299D6;
}
</style>
background-color css
<style>
a { background-color: #B299D6; }
a { background-color: rgb(178,153,214); }
div.DivClassName
{
background-color: #B299D6;
}
.BgClassName
{
background-color: #B299D6;
}
</style>
border-color css
<style>
span { border-color: #B299D6; }
span { border-color: rgb(178,153,214); }
td.TdClassName
{
border-color: #B299D6;
}
.TagClassName
{
border-color: #B299D6;
}
</style>