Shades of Perano #B0BBDA
Tints of Perano #B0BBDA
RGB
CMYK
RGB Variations
Color information
#B0BBDA (or 0xB0BBDA) is known color: Perano. HEX triplet: B0, BB and DA. RGB value is (176,187,218). Sum of RGB (Red+Green+Blue) = 176+187+218=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDA is #4F4425. Grayscale: #BBBBBB. Windows color (decimal): -5194790 or 14334896. OLE color: 14334896.
HSL color Cylindrical-coordinate representation of color #B0BBDA: hue angle of 224.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0BBDA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 187 | 218 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.15 |
| HSL | 224.29º | 0.36% | 0.77% | - |
| HSV(B) | 224.29º | 0.19% | 0.85% | - |
| XYZ | 48.33 | 49.83 | 73.4 | - |
| YUV | 187.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 218 | 0.19 | 0.14 | 0 | 0.15 | 224.29 | 0.36 | 0.77 |
| Hex | B0 | BB | DA | 13 | E | 0 | F | E0 | 24 | 4D |
| Octal | 260 | 273 | 332 | 23 | 16 | 0 | 17 | 340 | 44 | 115 |
| Binary | 10110000 | 10111011 | 11011010 | 10011 | 1110 | 0 | 1111 | 11100000 | 100100 | 1001101 |
Color Harmonies of #B0BBDA
Complementary color
Monochromatic Colors of #B0BBDA
Black with #B0BBDA
Text Example
Text Example
White with #B0BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBDA; }
p { color: rgb(176,187,218); }
H1.HeaderClassName
{
color: #B0BBDA;
}
.AnyTagClassName
{
color: #B0BBDA;
}
</style>
background-color css
<style>
a { background-color: #B0BBDA; }
a { background-color: rgb(176,187,218); }
div.DivClassName
{
background-color: #B0BBDA;
}
.BgClassName
{
background-color: #B0BBDA;
}
</style>
border-color css
<style>
span { border-color: #B0BBDA; }
span { border-color: rgb(176,187,218); }
td.TdClassName
{
border-color: #B0BBDA;
}
.TagClassName
{
border-color: #B0BBDA;
}
</style>