Shades of Biloba Flower #B0A2D0
Tints of Biloba Flower #B0A2D0
RGB
CMYK
RGB Variations
Color information
#B0A2D0 (or 0xB0A2D0) is known color: Biloba Flower. HEX triplet: B0, A2 and D0. RGB value is (176,162,208). Sum of RGB (Red+Green+Blue) = 176+162+208=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2D0 is #4F5D2F. Grayscale: #ABABAB. Windows color (decimal): -5201200 or 13673136. OLE color: 13673136.
HSL color Cylindrical-coordinate representation of color #B0A2D0: hue angle of 258.26º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A2D0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 162 | 208 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.18 |
| HSL | 258.26º | 0.33% | 0.73% | - |
| HSV(B) | 258.26º | 0.22% | 0.82% | - |
| XYZ | 42.21 | 39.62 | 65.1 | - |
| YUV | 171.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 208 | 0.15 | 0.22 | 0 | 0.18 | 258.26 | 0.33 | 0.73 |
| Hex | B0 | A2 | D0 | F | 16 | 0 | 12 | 102 | 21 | 49 |
| Octal | 260 | 242 | 320 | 17 | 26 | 0 | 22 | 402 | 41 | 111 |
| Binary | 10110000 | 10100010 | 11010000 | 1111 | 10110 | 0 | 10010 | 100000010 | 100001 | 1001001 |
Color Harmonies of #B0A2D0
Complementary color
Monochromatic Colors of #B0A2D0
Black with #B0A2D0
Text Example
Text Example
White with #B0A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2D0; }
p { color: rgb(176,162,208); }
H1.HeaderClassName
{
color: #B0A2D0;
}
.AnyTagClassName
{
color: #B0A2D0;
}
</style>
background-color css
<style>
a { background-color: #B0A2D0; }
a { background-color: rgb(176,162,208); }
div.DivClassName
{
background-color: #B0A2D0;
}
.BgClassName
{
background-color: #B0A2D0;
}
</style>
border-color css
<style>
span { border-color: #B0A2D0; }
span { border-color: rgb(176,162,208); }
td.TdClassName
{
border-color: #B0A2D0;
}
.TagClassName
{
border-color: #B0A2D0;
}
</style>