Shades of Biloba Flower #B299ED
Tints of Biloba Flower #B299ED
RGB
CMYK
RGB Variations
Color information
#B299ED (or 0xB299ED) is known color: Biloba Flower. HEX triplet: B2, 99 and ED. RGB value is (178,153,237). Sum of RGB (Red+Green+Blue) = 178+153+237=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B299ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299ED is #4D6612. Grayscale: #A9A9A9. Windows color (decimal): -5072403 or 15571378. OLE color: 15571378.
HSL color Cylindrical-coordinate representation of color #B299ED: hue angle of 257.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B299ED is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 153 | 237 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.07 |
| HSL | 257.86º | 0.7% | 0.76% | - |
| HSV(B) | 257.86º | 0.35% | 0.93% | - |
| XYZ | 45.04 | 38.36 | 85.15 | - |
| YUV | 170.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 237 | 0.25 | 0.35 | 0 | 0.07 | 257.86 | 0.7 | 0.76 |
| Hex | B2 | 99 | ED | 19 | 23 | 0 | 7 | 102 | 46 | 4C |
| Octal | 262 | 231 | 355 | 31 | 43 | 0 | 7 | 402 | 106 | 114 |
| Binary | 10110010 | 10011001 | 11101101 | 11001 | 100011 | 0 | 111 | 100000010 | 1000110 | 1001100 |
Color Harmonies of #B299ED
Complementary color
Monochromatic Colors of #B299ED
Black with #B299ED
Text Example
Text Example
White with #B299ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299ED; }
p { color: rgb(178,153,237); }
H1.HeaderClassName
{
color: #B299ED;
}
.AnyTagClassName
{
color: #B299ED;
}
</style>
background-color css
<style>
a { background-color: #B299ED; }
a { background-color: rgb(178,153,237); }
div.DivClassName
{
background-color: #B299ED;
}
.BgClassName
{
background-color: #B299ED;
}
</style>
border-color css
<style>
span { border-color: #B299ED; }
span { border-color: rgb(178,153,237); }
td.TdClassName
{
border-color: #B299ED;
}
.TagClassName
{
border-color: #B299ED;
}
</style>