Shades of Perano #B0BFFB
Tints of Perano #B0BFFB
RGB
CMYK
RGB Variations
Color information
#B0BFFB (or 0xB0BFFB) is known color: Perano. HEX triplet: B0, BF and FB. RGB value is (176,191,251). Sum of RGB (Red+Green+Blue) = 176+191+251=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFB is #4F4004. Grayscale: #C1C1C1. Windows color (decimal): -5193733 or 16498608. OLE color: 16498608.
HSL color Cylindrical-coordinate representation of color #B0BFFB: hue angle of 228º 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 #B0BFFB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 191 | 251 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.02 |
| HSL | 228º | 0.9% | 0.84% | - |
| HSV(B) | 228º | 0.3% | 0.98% | - |
| XYZ | 53.95 | 53.46 | 98.74 | - |
| YUV | 193.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 251 | 0.30 | 0.24 | 0 | 0.02 | 228 | 0.9 | 0.84 |
| Hex | B0 | BF | FB | 1E | 18 | 0 | 2 | E4 | 5A | 54 |
| Octal | 260 | 277 | 373 | 36 | 30 | 0 | 2 | 344 | 132 | 124 |
| Binary | 10110000 | 10111111 | 11111011 | 11110 | 11000 | 0 | 10 | 11100100 | 1011010 | 1010100 |
Color Harmonies of #B0BFFB
Complementary color
Monochromatic Colors of #B0BFFB
Black with #B0BFFB
Text Example
Text Example
White with #B0BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFFB; }
p { color: rgb(176,191,251); }
H1.HeaderClassName
{
color: #B0BFFB;
}
.AnyTagClassName
{
color: #B0BFFB;
}
</style>
background-color css
<style>
a { background-color: #B0BFFB; }
a { background-color: rgb(176,191,251); }
div.DivClassName
{
background-color: #B0BFFB;
}
.BgClassName
{
background-color: #B0BFFB;
}
</style>
border-color css
<style>
span { border-color: #B0BFFB; }
span { border-color: rgb(176,191,251); }
td.TdClassName
{
border-color: #B0BFFB;
}
.TagClassName
{
border-color: #B0BFFB;
}
</style>