Shades of Perano #B0BCFD
Tints of Perano #B0BCFD
RGB
CMYK
RGB Variations
Color information
#B0BCFD (or 0xB0BCFD) is known color: Perano. HEX triplet: B0, BC and FD. RGB value is (176,188,253). Sum of RGB (Red+Green+Blue) = 176+188+253=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCFD is #4F4302. Grayscale: #BFBFBF. Windows color (decimal): -5194499 or 16628912. OLE color: 16628912.
HSL color Cylindrical-coordinate representation of color #B0BCFD: hue angle of 230.65º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BCFD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 188 | 253 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.01 |
| HSL | 230.65º | 0.95% | 0.84% | - |
| HSV(B) | 230.65º | 0.3% | 0.99% | - |
| XYZ | 53.62 | 52.29 | 100.2 | - |
| YUV | 191.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 253 | 0.30 | 0.26 | 0 | 0.01 | 230.65 | 0.95 | 0.84 |
| Hex | B0 | BC | FD | 1E | 1A | 0 | 1 | E7 | 5F | 54 |
| Octal | 260 | 274 | 375 | 36 | 32 | 0 | 1 | 347 | 137 | 124 |
| Binary | 10110000 | 10111100 | 11111101 | 11110 | 11010 | 0 | 1 | 11100111 | 1011111 | 1010100 |
Color Harmonies of #B0BCFD
Complementary color
Monochromatic Colors of #B0BCFD
Black with #B0BCFD
Text Example
Text Example
White with #B0BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCFD; }
p { color: rgb(176,188,253); }
H1.HeaderClassName
{
color: #B0BCFD;
}
.AnyTagClassName
{
color: #B0BCFD;
}
</style>
background-color css
<style>
a { background-color: #B0BCFD; }
a { background-color: rgb(176,188,253); }
div.DivClassName
{
background-color: #B0BCFD;
}
.BgClassName
{
background-color: #B0BCFD;
}
</style>
border-color css
<style>
span { border-color: #B0BCFD; }
span { border-color: rgb(176,188,253); }
td.TdClassName
{
border-color: #B0BCFD;
}
.TagClassName
{
border-color: #B0BCFD;
}
</style>