Shades of Perano #B0BFE5
Tints of Perano #B0BFE5
RGB
CMYK
RGB Variations
Color information
#B0BFE5 (or 0xB0BFE5) is known color: Perano. HEX triplet: B0, BF and E5. RGB value is (176,191,229). Sum of RGB (Red+Green+Blue) = 176+191+229=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFE5 is #4F401A. Grayscale: #BEBEBE. Windows color (decimal): -5193755 or 15056816. OLE color: 15056816.
HSL color Cylindrical-coordinate representation of color #B0BFE5: hue angle of 223.02º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0BFE5 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 191 | 229 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.10 |
| HSL | 223.02º | 0.5% | 0.79% | - |
| HSV(B) | 223.02º | 0.23% | 0.9% | - |
| XYZ | 50.68 | 52.15 | 81.52 | - |
| YUV | 190.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 229 | 0.23 | 0.17 | 0 | 0.10 | 223.02 | 0.5 | 0.79 |
| Hex | B0 | BF | E5 | 17 | 11 | 0 | A | DF | 32 | 4F |
| Octal | 260 | 277 | 345 | 27 | 21 | 0 | 12 | 337 | 62 | 117 |
| Binary | 10110000 | 10111111 | 11100101 | 10111 | 10001 | 0 | 1010 | 11011111 | 110010 | 1001111 |
Color Harmonies of #B0BFE5
Complementary color
Monochromatic Colors of #B0BFE5
Black with #B0BFE5
Text Example
Text Example
White with #B0BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFE5; }
p { color: rgb(176,191,229); }
H1.HeaderClassName
{
color: #B0BFE5;
}
.AnyTagClassName
{
color: #B0BFE5;
}
</style>
background-color css
<style>
a { background-color: #B0BFE5; }
a { background-color: rgb(176,191,229); }
div.DivClassName
{
background-color: #B0BFE5;
}
.BgClassName
{
background-color: #B0BFE5;
}
</style>
border-color css
<style>
span { border-color: #B0BFE5; }
span { border-color: rgb(176,191,229); }
td.TdClassName
{
border-color: #B0BFE5;
}
.TagClassName
{
border-color: #B0BFE5;
}
</style>