Shades of Perano #B0BCEA
Tints of Perano #B0BCEA
RGB
CMYK
RGB Variations
Color information
#B0BCEA (or 0xB0BCEA) is known color: Perano. HEX triplet: B0, BC and EA. RGB value is (176,188,234). Sum of RGB (Red+Green+Blue) = 176+188+234=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCEA is #4F4315. Grayscale: #BDBDBD. Windows color (decimal): -5194518 or 15383728. OLE color: 15383728.
HSL color Cylindrical-coordinate representation of color #B0BCEA: hue angle of 227.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BCEA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 188 | 234 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.08 |
| HSL | 227.59º | 0.58% | 0.8% | - |
| HSV(B) | 227.59º | 0.25% | 0.92% | - |
| XYZ | 50.74 | 51.14 | 85.04 | - |
| YUV | 189.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 234 | 0.25 | 0.20 | 0 | 0.08 | 227.59 | 0.58 | 0.8 |
| Hex | B0 | BC | EA | 19 | 14 | 0 | 8 | E4 | 3A | 50 |
| Octal | 260 | 274 | 352 | 31 | 24 | 0 | 10 | 344 | 72 | 120 |
| Binary | 10110000 | 10111100 | 11101010 | 11001 | 10100 | 0 | 1000 | 11100100 | 111010 | 1010000 |
Color Harmonies of #B0BCEA
Complementary color
Monochromatic Colors of #B0BCEA
Black with #B0BCEA
Text Example
Text Example
White with #B0BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCEA; }
p { color: rgb(176,188,234); }
H1.HeaderClassName
{
color: #B0BCEA;
}
.AnyTagClassName
{
color: #B0BCEA;
}
</style>
background-color css
<style>
a { background-color: #B0BCEA; }
a { background-color: rgb(176,188,234); }
div.DivClassName
{
background-color: #B0BCEA;
}
.BgClassName
{
background-color: #B0BCEA;
}
</style>
border-color css
<style>
span { border-color: #B0BCEA; }
span { border-color: rgb(176,188,234); }
td.TdClassName
{
border-color: #B0BCEA;
}
.TagClassName
{
border-color: #B0BCEA;
}
</style>