Shades of Perano #B0BBEC
Tints of Perano #B0BBEC
RGB
CMYK
RGB Variations
Color information
#B0BBEC (or 0xB0BBEC) is known color: Perano. HEX triplet: B0, BB and EC. RGB value is (176,187,236). Sum of RGB (Red+Green+Blue) = 176+187+236=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBEC is #4F4413. Grayscale: #BDBDBD. Windows color (decimal): -5194772 or 15514544. OLE color: 15514544.
HSL color Cylindrical-coordinate representation of color #B0BBEC: hue angle of 229º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BBEC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 187 | 236 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.07 |
| HSL | 229º | 0.61% | 0.81% | - |
| HSV(B) | 229º | 0.25% | 0.93% | - |
| XYZ | 50.82 | 50.83 | 86.49 | - |
| YUV | 189.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 236 | 0.25 | 0.21 | 0 | 0.07 | 229 | 0.61 | 0.81 |
| Hex | B0 | BB | EC | 19 | 15 | 0 | 7 | E5 | 3D | 51 |
| Octal | 260 | 273 | 354 | 31 | 25 | 0 | 7 | 345 | 75 | 121 |
| Binary | 10110000 | 10111011 | 11101100 | 11001 | 10101 | 0 | 111 | 11100101 | 111101 | 1010001 |
Color Harmonies of #B0BBEC
Complementary color
Monochromatic Colors of #B0BBEC
Black with #B0BBEC
Text Example
Text Example
White with #B0BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBEC; }
p { color: rgb(176,187,236); }
H1.HeaderClassName
{
color: #B0BBEC;
}
.AnyTagClassName
{
color: #B0BBEC;
}
</style>
background-color css
<style>
a { background-color: #B0BBEC; }
a { background-color: rgb(176,187,236); }
div.DivClassName
{
background-color: #B0BBEC;
}
.BgClassName
{
background-color: #B0BBEC;
}
</style>
border-color css
<style>
span { border-color: #B0BBEC; }
span { border-color: rgb(176,187,236); }
td.TdClassName
{
border-color: #B0BBEC;
}
.TagClassName
{
border-color: #B0BBEC;
}
</style>