Shades of Biloba Flower #B1A2DF
Tints of Biloba Flower #B1A2DF
RGB
CMYK
RGB Variations
Color information
#B1A2DF (or 0xB1A2DF) is known color: Biloba Flower. HEX triplet: B1, A2 and DF. RGB value is (177,162,223). Sum of RGB (Red+Green+Blue) = 177+162+223=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2DF is #4E5D20. Grayscale: #ADADAD. Windows color (decimal): -5135649 or 14656177. OLE color: 14656177.
HSL color Cylindrical-coordinate representation of color #B1A2DF: hue angle of 254.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1A2DF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 162 | 223 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.13 |
| HSL | 254.75º | 0.49% | 0.75% | - |
| HSV(B) | 254.75º | 0.27% | 0.87% | - |
| XYZ | 44.37 | 40.52 | 75.29 | - |
| YUV | 173.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 223 | 0.21 | 0.27 | 0 | 0.13 | 254.75 | 0.49 | 0.75 |
| Hex | B1 | A2 | DF | 15 | 1B | 0 | D | FF | 31 | 4B |
| Octal | 261 | 242 | 337 | 25 | 33 | 0 | 15 | 377 | 61 | 113 |
| Binary | 10110001 | 10100010 | 11011111 | 10101 | 11011 | 0 | 1101 | 11111111 | 110001 | 1001011 |
Color Harmonies of #B1A2DF
Complementary color
Monochromatic Colors of #B1A2DF
Black with #B1A2DF
Text Example
Text Example
White with #B1A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A2DF; }
p { color: rgb(177,162,223); }
H1.HeaderClassName
{
color: #B1A2DF;
}
.AnyTagClassName
{
color: #B1A2DF;
}
</style>
background-color css
<style>
a { background-color: #B1A2DF; }
a { background-color: rgb(177,162,223); }
div.DivClassName
{
background-color: #B1A2DF;
}
.BgClassName
{
background-color: #B1A2DF;
}
</style>
border-color css
<style>
span { border-color: #B1A2DF; }
span { border-color: rgb(177,162,223); }
td.TdClassName
{
border-color: #B1A2DF;
}
.TagClassName
{
border-color: #B1A2DF;
}
</style>