Shades of Perano #B0BEFE
Tints of Perano #B0BEFE
RGB
CMYK
RGB Variations
Color information
#B0BEFE (or 0xB0BEFE) is known color: Perano. HEX triplet: B0, BE and FE. RGB value is (176,190,254). Sum of RGB (Red+Green+Blue) = 176+190+254=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BEFE is #4F4101. Grayscale: #C0C0C0. Windows color (decimal): -5193986 or 16694960. OLE color: 16694960.
HSL color Cylindrical-coordinate representation of color #B0BEFE: hue angle of 229.23º 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 #B0BEFE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 190 | 254 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.00 |
| HSL | 229.23º | 0.98% | 0.84% | - |
| HSV(B) | 229.23º | 0.31% | 1% | - |
| XYZ | 54.21 | 53.21 | 101.18 | - |
| YUV | 193.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 254 | 0.31 | 0.25 | 0 | 0.00 | 229.23 | 0.98 | 0.84 |
| Hex | B0 | BE | FE | 1F | 19 | 0 | 0 | E5 | 62 | 54 |
| Octal | 260 | 276 | 376 | 37 | 31 | 0 | 0 | 345 | 142 | 124 |
| Binary | 10110000 | 10111110 | 11111110 | 11111 | 11001 | 0 | 0 | 11100101 | 1100010 | 1010100 |
Color Harmonies of #B0BEFE
Complementary color
Monochromatic Colors of #B0BEFE
Black with #B0BEFE
Text Example
Text Example
White with #B0BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEFE; }
p { color: rgb(176,190,254); }
H1.HeaderClassName
{
color: #B0BEFE;
}
.AnyTagClassName
{
color: #B0BEFE;
}
</style>
background-color css
<style>
a { background-color: #B0BEFE; }
a { background-color: rgb(176,190,254); }
div.DivClassName
{
background-color: #B0BEFE;
}
.BgClassName
{
background-color: #B0BEFE;
}
</style>
border-color css
<style>
span { border-color: #B0BEFE; }
span { border-color: rgb(176,190,254); }
td.TdClassName
{
border-color: #B0BEFE;
}
.TagClassName
{
border-color: #B0BEFE;
}
</style>