Shades of Biloba Flower #B1A3E6
Tints of Biloba Flower #B1A3E6
RGB
CMYK
RGB Variations
Color information
#B1A3E6 (or 0xB1A3E6) is known color: Biloba Flower. HEX triplet: B1, A3 and E6. RGB value is (177,163,230). Sum of RGB (Red+Green+Blue) = 177+163+230=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1A3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A3E6 is #4E5C19. Grayscale: #AEAEAE. Windows color (decimal): -5135386 or 15115185. OLE color: 15115185.
HSL color Cylindrical-coordinate representation of color #B1A3E6: hue angle of 252.54º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A3E6 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 163 | 230 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.10 |
| HSL | 252.54º | 0.57% | 0.77% | - |
| HSV(B) | 252.54º | 0.29% | 0.9% | - |
| XYZ | 45.51 | 41.25 | 80.43 | - |
| YUV | 174.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 230 | 0.23 | 0.29 | 0 | 0.10 | 252.54 | 0.57 | 0.77 |
| Hex | B1 | A3 | E6 | 17 | 1D | 0 | A | FD | 39 | 4D |
| Octal | 261 | 243 | 346 | 27 | 35 | 0 | 12 | 375 | 71 | 115 |
| Binary | 10110001 | 10100011 | 11100110 | 10111 | 11101 | 0 | 1010 | 11111101 | 111001 | 1001101 |
Color Harmonies of #B1A3E6
Complementary color
Monochromatic Colors of #B1A3E6
Black with #B1A3E6
Text Example
Text Example
White with #B1A3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3E6; }
p { color: rgb(177,163,230); }
H1.HeaderClassName
{
color: #B1A3E6;
}
.AnyTagClassName
{
color: #B1A3E6;
}
</style>
background-color css
<style>
a { background-color: #B1A3E6; }
a { background-color: rgb(177,163,230); }
div.DivClassName
{
background-color: #B1A3E6;
}
.BgClassName
{
background-color: #B1A3E6;
}
</style>
border-color css
<style>
span { border-color: #B1A3E6; }
span { border-color: rgb(177,163,230); }
td.TdClassName
{
border-color: #B1A3E6;
}
.TagClassName
{
border-color: #B1A3E6;
}
</style>