Shades of Perano #B0BFFE
Tints of Perano #B0BFFE
RGB
CMYK
RGB Variations
Color information
#B0BFFE (or 0xB0BFFE) is known color: Perano. HEX triplet: B0, BF and FE. RGB value is (176,191,254). Sum of RGB (Red+Green+Blue) = 176+191+254=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFE is #4F4001. Grayscale: #C1C1C1. Windows color (decimal): -5193730 or 16695216. OLE color: 16695216.
HSL color Cylindrical-coordinate representation of color #B0BFFE: hue angle of 228.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BFFE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 191 | 254 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.00 |
| HSL | 228.46º | 0.98% | 0.84% | - |
| HSV(B) | 228.46º | 0.31% | 1% | - |
| XYZ | 54.42 | 53.65 | 101.25 | - |
| YUV | 193.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 254 | 0.31 | 0.25 | 0 | 0.00 | 228.46 | 0.98 | 0.84 |
| Hex | B0 | BF | FE | 1F | 19 | 0 | 0 | E4 | 62 | 54 |
| Octal | 260 | 277 | 376 | 37 | 31 | 0 | 0 | 344 | 142 | 124 |
| Binary | 10110000 | 10111111 | 11111110 | 11111 | 11001 | 0 | 0 | 11100100 | 1100010 | 1010100 |
Color Harmonies of #B0BFFE
Complementary color
Monochromatic Colors of #B0BFFE
Black with #B0BFFE
Text Example
Text Example
White with #B0BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFFE; }
p { color: rgb(176,191,254); }
H1.HeaderClassName
{
color: #B0BFFE;
}
.AnyTagClassName
{
color: #B0BFFE;
}
</style>
background-color css
<style>
a { background-color: #B0BFFE; }
a { background-color: rgb(176,191,254); }
div.DivClassName
{
background-color: #B0BFFE;
}
.BgClassName
{
background-color: #B0BFFE;
}
</style>
border-color css
<style>
span { border-color: #B0BFFE; }
span { border-color: rgb(176,191,254); }
td.TdClassName
{
border-color: #B0BFFE;
}
.TagClassName
{
border-color: #B0BFFE;
}
</style>