Shades of Perano #B5BCFC
Tints of Perano #B5BCFC
RGB
CMYK
RGB Variations
Color information
#B5BCFC (or 0xB5BCFC) is known color: Perano. HEX triplet: B5, BC and FC. RGB value is (181,188,252). Sum of RGB (Red+Green+Blue) = 181+188+252=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCFC is #4A4303. Grayscale: #C0C0C0. Windows color (decimal): -4866820 or 16563381. OLE color: 16563381.
HSL color Cylindrical-coordinate representation of color #B5BCFC: hue angle of 234.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BCFC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 188 | 252 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.01 |
| HSL | 234.08º | 0.92% | 0.85% | - |
| HSV(B) | 234.08º | 0.28% | 0.99% | - |
| XYZ | 54.61 | 52.82 | 99.41 | - |
| YUV | 193.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 252 | 0.28 | 0.25 | 0 | 0.01 | 234.08 | 0.92 | 0.85 |
| Hex | B5 | BC | FC | 1C | 19 | 0 | 1 | EA | 5C | 55 |
| Octal | 265 | 274 | 374 | 34 | 31 | 0 | 1 | 352 | 134 | 125 |
| Binary | 10110101 | 10111100 | 11111100 | 11100 | 11001 | 0 | 1 | 11101010 | 1011100 | 1010101 |
Color Harmonies of #B5BCFC
Complementary color
Monochromatic Colors of #B5BCFC
Black with #B5BCFC
Text Example
Text Example
White with #B5BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCFC; }
p { color: rgb(181,188,252); }
H1.HeaderClassName
{
color: #B5BCFC;
}
.AnyTagClassName
{
color: #B5BCFC;
}
</style>
background-color css
<style>
a { background-color: #B5BCFC; }
a { background-color: rgb(181,188,252); }
div.DivClassName
{
background-color: #B5BCFC;
}
.BgClassName
{
background-color: #B5BCFC;
}
</style>
border-color css
<style>
span { border-color: #B5BCFC; }
span { border-color: rgb(181,188,252); }
td.TdClassName
{
border-color: #B5BCFC;
}
.TagClassName
{
border-color: #B5BCFC;
}
</style>