Shades of Biloba Flower #B0A2EE
Tints of Biloba Flower #B0A2EE
RGB
CMYK
RGB Variations
Color information
#B0A2EE (or 0xB0A2EE) is known color: Biloba Flower. HEX triplet: B0, A2 and EE. RGB value is (176,162,238). Sum of RGB (Red+Green+Blue) = 176+162+238=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2EE is #4F5D11. Grayscale: #AEAEAE. Windows color (decimal): -5201170 or 15639216. OLE color: 15639216.
HSL color Cylindrical-coordinate representation of color #B0A2EE: hue angle of 251.05º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0A2EE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 162 | 238 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.07 |
| HSL | 251.05º | 0.69% | 0.78% | - |
| HSV(B) | 251.05º | 0.32% | 0.93% | - |
| XYZ | 46.26 | 41.24 | 86.41 | - |
| YUV | 174.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 238 | 0.26 | 0.32 | 0 | 0.07 | 251.05 | 0.69 | 0.78 |
| Hex | B0 | A2 | EE | 1A | 20 | 0 | 7 | FB | 45 | 4E |
| Octal | 260 | 242 | 356 | 32 | 40 | 0 | 7 | 373 | 105 | 116 |
| Binary | 10110000 | 10100010 | 11101110 | 11010 | 100000 | 0 | 111 | 11111011 | 1000101 | 1001110 |
Color Harmonies of #B0A2EE
Complementary color
Monochromatic Colors of #B0A2EE
Black with #B0A2EE
Text Example
Text Example
White with #B0A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2EE; }
p { color: rgb(176,162,238); }
H1.HeaderClassName
{
color: #B0A2EE;
}
.AnyTagClassName
{
color: #B0A2EE;
}
</style>
background-color css
<style>
a { background-color: #B0A2EE; }
a { background-color: rgb(176,162,238); }
div.DivClassName
{
background-color: #B0A2EE;
}
.BgClassName
{
background-color: #B0A2EE;
}
</style>
border-color css
<style>
span { border-color: #B0A2EE; }
span { border-color: rgb(176,162,238); }
td.TdClassName
{
border-color: #B0A2EE;
}
.TagClassName
{
border-color: #B0A2EE;
}
</style>