Shades of Perano #B0BCED
Tints of Perano #B0BCED
RGB
CMYK
RGB Variations
Color information
#B0BCED (or 0xB0BCED) is known color: Perano. HEX triplet: B0, BC and ED. RGB value is (176,188,237). Sum of RGB (Red+Green+Blue) = 176+188+237=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCED is #4F4312. Grayscale: #BDBDBD. Windows color (decimal): -5194515 or 15580336. OLE color: 15580336.
HSL color Cylindrical-coordinate representation of color #B0BCED: hue angle of 228.2º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BCED is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 188 | 237 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.07 |
| HSL | 228.2º | 0.63% | 0.81% | - |
| HSV(B) | 228.2º | 0.26% | 0.93% | - |
| XYZ | 51.17 | 51.31 | 87.33 | - |
| YUV | 190 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 237 | 0.26 | 0.21 | 0 | 0.07 | 228.2 | 0.63 | 0.81 |
| Hex | B0 | BC | ED | 1A | 15 | 0 | 7 | E4 | 3F | 51 |
| Octal | 260 | 274 | 355 | 32 | 25 | 0 | 7 | 344 | 77 | 121 |
| Binary | 10110000 | 10111100 | 11101101 | 11010 | 10101 | 0 | 111 | 11100100 | 111111 | 1010001 |
Color Harmonies of #B0BCED
Complementary color
Monochromatic Colors of #B0BCED
Black with #B0BCED
Text Example
Text Example
White with #B0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCED; }
p { color: rgb(176,188,237); }
H1.HeaderClassName
{
color: #B0BCED;
}
.AnyTagClassName
{
color: #B0BCED;
}
</style>
background-color css
<style>
a { background-color: #B0BCED; }
a { background-color: rgb(176,188,237); }
div.DivClassName
{
background-color: #B0BCED;
}
.BgClassName
{
background-color: #B0BCED;
}
</style>
border-color css
<style>
span { border-color: #B0BCED; }
span { border-color: rgb(176,188,237); }
td.TdClassName
{
border-color: #B0BCED;
}
.TagClassName
{
border-color: #B0BCED;
}
</style>