Shades of Biloba Flower #B090D2
Tints of Biloba Flower #B090D2
RGB
CMYK
RGB Variations
Color information
#B090D2 (or 0xB090D2) is known color: Biloba Flower. HEX triplet: B0, 90 and D2. RGB value is (176,144,210). Sum of RGB (Red+Green+Blue) = 176+144+210=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #B090D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090D2 is #4F6F2D. Grayscale: #A0A0A0. Windows color (decimal): -5205806 or 13799600. OLE color: 13799600.
HSL color Cylindrical-coordinate representation of color #B090D2: hue angle of 269.09º degrees, saturation: 0.42, 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 #B090D2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 144 | 210 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.18 |
| HSL | 269.09º | 0.42% | 0.69% | - |
| HSV(B) | 269.09º | 0.31% | 0.82% | - |
| XYZ | 39.51 | 33.83 | 65.42 | - |
| YUV | 161.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 210 | 0.16 | 0.31 | 0 | 0.18 | 269.09 | 0.42 | 0.69 |
| Hex | B0 | 90 | D2 | 10 | 1F | 0 | 12 | 10D | 2A | 45 |
| Octal | 260 | 220 | 322 | 20 | 37 | 0 | 22 | 415 | 52 | 105 |
| Binary | 10110000 | 10010000 | 11010010 | 10000 | 11111 | 0 | 10010 | 100001101 | 101010 | 1000101 |
Color Harmonies of #B090D2
Complementary color
Monochromatic Colors of #B090D2
Black with #B090D2
Text Example
Text Example
White with #B090D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090D2; }
p { color: rgb(176,144,210); }
H1.HeaderClassName
{
color: #B090D2;
}
.AnyTagClassName
{
color: #B090D2;
}
</style>
background-color css
<style>
a { background-color: #B090D2; }
a { background-color: rgb(176,144,210); }
div.DivClassName
{
background-color: #B090D2;
}
.BgClassName
{
background-color: #B090D2;
}
</style>
border-color css
<style>
span { border-color: #B090D2; }
span { border-color: rgb(176,144,210); }
td.TdClassName
{
border-color: #B090D2;
}
.TagClassName
{
border-color: #B090D2;
}
</style>