Shades of Perano #B0BFEC
Tints of Perano #B0BFEC
RGB
CMYK
RGB Variations
Color information
#B0BFEC (or 0xB0BFEC) is known color: Perano. HEX triplet: B0, BF and EC. RGB value is (176,191,236). Sum of RGB (Red+Green+Blue) = 176+191+236=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFEC is #4F4013. Grayscale: #BFBFBF. Windows color (decimal): -5193748 or 15515568. OLE color: 15515568.
HSL color Cylindrical-coordinate representation of color #B0BFEC: hue angle of 225º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BFEC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 191 | 236 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.07 |
| HSL | 225º | 0.61% | 0.81% | - |
| HSV(B) | 225º | 0.25% | 0.93% | - |
| XYZ | 51.68 | 52.55 | 86.78 | - |
| YUV | 191.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 236 | 0.25 | 0.19 | 0 | 0.07 | 225 | 0.61 | 0.81 |
| Hex | B0 | BF | EC | 19 | 13 | 0 | 7 | E1 | 3D | 51 |
| Octal | 260 | 277 | 354 | 31 | 23 | 0 | 7 | 341 | 75 | 121 |
| Binary | 10110000 | 10111111 | 11101100 | 11001 | 10011 | 0 | 111 | 11100001 | 111101 | 1010001 |
Color Harmonies of #B0BFEC
Complementary color
Monochromatic Colors of #B0BFEC
Black with #B0BFEC
Text Example
Text Example
White with #B0BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFEC; }
p { color: rgb(176,191,236); }
H1.HeaderClassName
{
color: #B0BFEC;
}
.AnyTagClassName
{
color: #B0BFEC;
}
</style>
background-color css
<style>
a { background-color: #B0BFEC; }
a { background-color: rgb(176,191,236); }
div.DivClassName
{
background-color: #B0BFEC;
}
.BgClassName
{
background-color: #B0BFEC;
}
</style>
border-color css
<style>
span { border-color: #B0BFEC; }
span { border-color: rgb(176,191,236); }
td.TdClassName
{
border-color: #B0BFEC;
}
.TagClassName
{
border-color: #B0BFEC;
}
</style>