Shades of Perano #B0BBDF
Tints of Perano #B0BBDF
RGB
CMYK
RGB Variations
Color information
#B0BBDF (or 0xB0BBDF) is known color: Perano. HEX triplet: B0, BB and DF. RGB value is (176,187,223). Sum of RGB (Red+Green+Blue) = 176+187+223=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDF is #4F4420. Grayscale: #BBBBBB. Windows color (decimal): -5194785 or 14662576. OLE color: 14662576.
HSL color Cylindrical-coordinate representation of color #B0BBDF: hue angle of 225.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BBDF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 187 | 223 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.13 |
| HSL | 225.96º | 0.42% | 0.78% | - |
| HSV(B) | 225.96º | 0.21% | 0.87% | - |
| XYZ | 48.99 | 50.1 | 76.9 | - |
| YUV | 187.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 223 | 0.21 | 0.16 | 0 | 0.13 | 225.96 | 0.42 | 0.78 |
| Hex | B0 | BB | DF | 15 | 10 | 0 | D | E2 | 2A | 4E |
| Octal | 260 | 273 | 337 | 25 | 20 | 0 | 15 | 342 | 52 | 116 |
| Binary | 10110000 | 10111011 | 11011111 | 10101 | 10000 | 0 | 1101 | 11100010 | 101010 | 1001110 |
Color Harmonies of #B0BBDF
Complementary color
Monochromatic Colors of #B0BBDF
Black with #B0BBDF
Text Example
Text Example
White with #B0BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBDF; }
p { color: rgb(176,187,223); }
H1.HeaderClassName
{
color: #B0BBDF;
}
.AnyTagClassName
{
color: #B0BBDF;
}
</style>
background-color css
<style>
a { background-color: #B0BBDF; }
a { background-color: rgb(176,187,223); }
div.DivClassName
{
background-color: #B0BBDF;
}
.BgClassName
{
background-color: #B0BBDF;
}
</style>
border-color css
<style>
span { border-color: #B0BBDF; }
span { border-color: rgb(176,187,223); }
td.TdClassName
{
border-color: #B0BBDF;
}
.TagClassName
{
border-color: #B0BBDF;
}
</style>