Shades of Perano #B0BDFB
Tints of Perano #B0BDFB
RGB
CMYK
RGB Variations
Color information
#B0BDFB (or 0xB0BDFB) is known color: Perano. HEX triplet: B0, BD and FB. RGB value is (176,189,251). Sum of RGB (Red+Green+Blue) = 176+189+251=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDFB is #4F4204. Grayscale: #BFBFBF. Windows color (decimal): -5194245 or 16498096. OLE color: 16498096.
HSL color Cylindrical-coordinate representation of color #B0BDFB: hue angle of 229.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BDFB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 189 | 251 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.02 |
| HSL | 229.6º | 0.9% | 0.84% | - |
| HSV(B) | 229.6º | 0.3% | 0.98% | - |
| XYZ | 53.51 | 52.59 | 98.6 | - |
| YUV | 192.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 251 | 0.30 | 0.25 | 0 | 0.02 | 229.6 | 0.9 | 0.84 |
| Hex | B0 | BD | FB | 1E | 19 | 0 | 2 | E6 | 5A | 54 |
| Octal | 260 | 275 | 373 | 36 | 31 | 0 | 2 | 346 | 132 | 124 |
| Binary | 10110000 | 10111101 | 11111011 | 11110 | 11001 | 0 | 10 | 11100110 | 1011010 | 1010100 |
Color Harmonies of #B0BDFB
Complementary color
Monochromatic Colors of #B0BDFB
Black with #B0BDFB
Text Example
Text Example
White with #B0BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDFB; }
p { color: rgb(176,189,251); }
H1.HeaderClassName
{
color: #B0BDFB;
}
.AnyTagClassName
{
color: #B0BDFB;
}
</style>
background-color css
<style>
a { background-color: #B0BDFB; }
a { background-color: rgb(176,189,251); }
div.DivClassName
{
background-color: #B0BDFB;
}
.BgClassName
{
background-color: #B0BDFB;
}
</style>
border-color css
<style>
span { border-color: #B0BDFB; }
span { border-color: rgb(176,189,251); }
td.TdClassName
{
border-color: #B0BDFB;
}
.TagClassName
{
border-color: #B0BDFB;
}
</style>