Shades of Biloba Flower #B090D0
Tints of Biloba Flower #B090D0
RGB
CMYK
RGB Variations
Color information
#B090D0 (or 0xB090D0) is known color: Biloba Flower. HEX triplet: B0, 90 and D0. RGB value is (176,144,208). Sum of RGB (Red+Green+Blue) = 176+144+208=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #B090D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090D0 is #4F6F2F. Grayscale: #A0A0A0. Windows color (decimal): -5205808 or 13668528. OLE color: 13668528.
HSL color Cylindrical-coordinate representation of color #B090D0: hue angle of 270º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B090D0 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 144 | 208 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.18 |
| HSL | 270º | 0.41% | 0.69% | - |
| HSV(B) | 270º | 0.31% | 0.82% | - |
| XYZ | 39.26 | 33.73 | 64.12 | - |
| YUV | 160.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 208 | 0.15 | 0.31 | 0 | 0.18 | 270 | 0.41 | 0.69 |
| Hex | B0 | 90 | D0 | F | 1F | 0 | 12 | 10E | 29 | 45 |
| Octal | 260 | 220 | 320 | 17 | 37 | 0 | 22 | 416 | 51 | 105 |
| Binary | 10110000 | 10010000 | 11010000 | 1111 | 11111 | 0 | 10010 | 100001110 | 101001 | 1000101 |
Color Harmonies of #B090D0
Complementary color
Monochromatic Colors of #B090D0
Black with #B090D0
Text Example
Text Example
White with #B090D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090D0; }
p { color: rgb(176,144,208); }
H1.HeaderClassName
{
color: #B090D0;
}
.AnyTagClassName
{
color: #B090D0;
}
</style>
background-color css
<style>
a { background-color: #B090D0; }
a { background-color: rgb(176,144,208); }
div.DivClassName
{
background-color: #B090D0;
}
.BgClassName
{
background-color: #B090D0;
}
</style>
border-color css
<style>
span { border-color: #B090D0; }
span { border-color: rgb(176,144,208); }
td.TdClassName
{
border-color: #B090D0;
}
.TagClassName
{
border-color: #B090D0;
}
</style>