Shades of Perano #B0BBF7
Tints of Perano #B0BBF7
RGB
CMYK
RGB Variations
Color information
#B0BBF7 (or 0xB0BBF7) is known color: Perano. HEX triplet: B0, BB and F7. RGB value is (176,187,247). Sum of RGB (Red+Green+Blue) = 176+187+247=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBF7 is #4F4408. Grayscale: #BEBEBE. Windows color (decimal): -5194761 or 16235440. OLE color: 16235440.
HSL color Cylindrical-coordinate representation of color #B0BBF7: hue angle of 230.7º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BBF7 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 187 | 247 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.03 |
| HSL | 230.7º | 0.82% | 0.83% | - |
| HSV(B) | 230.7º | 0.29% | 0.97% | - |
| XYZ | 52.46 | 51.49 | 95.17 | - |
| YUV | 190.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 247 | 0.29 | 0.24 | 0 | 0.03 | 230.7 | 0.82 | 0.83 |
| Hex | B0 | BB | F7 | 1D | 18 | 0 | 3 | E7 | 52 | 53 |
| Octal | 260 | 273 | 367 | 35 | 30 | 0 | 3 | 347 | 122 | 123 |
| Binary | 10110000 | 10111011 | 11110111 | 11101 | 11000 | 0 | 11 | 11100111 | 1010010 | 1010011 |
Color Harmonies of #B0BBF7
Complementary color
Monochromatic Colors of #B0BBF7
Black with #B0BBF7
Text Example
Text Example
White with #B0BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBF7; }
p { color: rgb(176,187,247); }
H1.HeaderClassName
{
color: #B0BBF7;
}
.AnyTagClassName
{
color: #B0BBF7;
}
</style>
background-color css
<style>
a { background-color: #B0BBF7; }
a { background-color: rgb(176,187,247); }
div.DivClassName
{
background-color: #B0BBF7;
}
.BgClassName
{
background-color: #B0BBF7;
}
</style>
border-color css
<style>
span { border-color: #B0BBF7; }
span { border-color: rgb(176,187,247); }
td.TdClassName
{
border-color: #B0BBF7;
}
.TagClassName
{
border-color: #B0BBF7;
}
</style>