Shades of Perano #B0BDE5
Tints of Perano #B0BDE5
RGB
CMYK
RGB Variations
Color information
#B0BDE5 (or 0xB0BDE5) is known color: Perano. HEX triplet: B0, BD and E5. RGB value is (176,189,229). Sum of RGB (Red+Green+Blue) = 176+189+229=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDE5 is #4F421A. Grayscale: #BDBDBD. Windows color (decimal): -5194267 or 15056304. OLE color: 15056304.
HSL color Cylindrical-coordinate representation of color #B0BDE5: hue angle of 225.28º 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 #B0BDE5 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 189 | 229 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.10 |
| HSL | 225.28º | 0.5% | 0.79% | - |
| HSV(B) | 225.28º | 0.23% | 0.9% | - |
| XYZ | 50.24 | 51.28 | 81.38 | - |
| YUV | 189.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 229 | 0.23 | 0.17 | 0 | 0.10 | 225.28 | 0.5 | 0.79 |
| Hex | B0 | BD | E5 | 17 | 11 | 0 | A | E1 | 32 | 4F |
| Octal | 260 | 275 | 345 | 27 | 21 | 0 | 12 | 341 | 62 | 117 |
| Binary | 10110000 | 10111101 | 11100101 | 10111 | 10001 | 0 | 1010 | 11100001 | 110010 | 1001111 |
Color Harmonies of #B0BDE5
Complementary color
Monochromatic Colors of #B0BDE5
Black with #B0BDE5
Text Example
Text Example
White with #B0BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDE5; }
p { color: rgb(176,189,229); }
H1.HeaderClassName
{
color: #B0BDE5;
}
.AnyTagClassName
{
color: #B0BDE5;
}
</style>
background-color css
<style>
a { background-color: #B0BDE5; }
a { background-color: rgb(176,189,229); }
div.DivClassName
{
background-color: #B0BDE5;
}
.BgClassName
{
background-color: #B0BDE5;
}
</style>
border-color css
<style>
span { border-color: #B0BDE5; }
span { border-color: rgb(176,189,229); }
td.TdClassName
{
border-color: #B0BDE5;
}
.TagClassName
{
border-color: #B0BDE5;
}
</style>