Shades of Biloba Flower #B092D3
Tints of Biloba Flower #B092D3
RGB
CMYK
RGB Variations
Color information
#B092D3 (or 0xB092D3) is known color: Biloba Flower. HEX triplet: B0, 92 and D3. RGB value is (176,146,211). Sum of RGB (Red+Green+Blue) = 176+146+211=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #B092D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092D3 is #4F6D2C. Grayscale: #A2A2A2. Windows color (decimal): -5205293 or 13865648. OLE color: 13865648.
HSL color Cylindrical-coordinate representation of color #B092D3: hue angle of 267.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B092D3 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 146 | 211 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.17 |
| HSL | 267.69º | 0.42% | 0.7% | - |
| HSV(B) | 267.69º | 0.31% | 0.83% | - |
| XYZ | 39.94 | 34.49 | 66.18 | - |
| YUV | 162.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 211 | 0.17 | 0.31 | 0 | 0.17 | 267.69 | 0.42 | 0.7 |
| Hex | B0 | 92 | D3 | 11 | 1F | 0 | 11 | 10C | 2A | 46 |
| Octal | 260 | 222 | 323 | 21 | 37 | 0 | 21 | 414 | 52 | 106 |
| Binary | 10110000 | 10010010 | 11010011 | 10001 | 11111 | 0 | 10001 | 100001100 | 101010 | 1000110 |
Color Harmonies of #B092D3
Complementary color
Monochromatic Colors of #B092D3
Black with #B092D3
Text Example
Text Example
White with #B092D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092D3; }
p { color: rgb(176,146,211); }
H1.HeaderClassName
{
color: #B092D3;
}
.AnyTagClassName
{
color: #B092D3;
}
</style>
background-color css
<style>
a { background-color: #B092D3; }
a { background-color: rgb(176,146,211); }
div.DivClassName
{
background-color: #B092D3;
}
.BgClassName
{
background-color: #B092D3;
}
</style>
border-color css
<style>
span { border-color: #B092D3; }
span { border-color: rgb(176,146,211); }
td.TdClassName
{
border-color: #B092D3;
}
.TagClassName
{
border-color: #B092D3;
}
</style>