Shades of Perano #B3BCFC
Tints of Perano #B3BCFC
RGB
CMYK
RGB Variations
Color information
#B3BCFC (or 0xB3BCFC) is known color: Perano. HEX triplet: B3, BC and FC. RGB value is (179,188,252). Sum of RGB (Red+Green+Blue) = 179+188+252=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BCFC is #4C4303. Grayscale: #C0C0C0. Windows color (decimal): -4997892 or 16563379. OLE color: 16563379.
HSL color Cylindrical-coordinate representation of color #B3BCFC: hue angle of 232.6º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BCFC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 188 | 252 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.01 |
| HSL | 232.6º | 0.92% | 0.85% | - |
| HSV(B) | 232.6º | 0.29% | 0.99% | - |
| XYZ | 54.14 | 52.58 | 99.39 | - |
| YUV | 192.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 252 | 0.29 | 0.25 | 0 | 0.01 | 232.6 | 0.92 | 0.85 |
| Hex | B3 | BC | FC | 1D | 19 | 0 | 1 | E9 | 5C | 55 |
| Octal | 263 | 274 | 374 | 35 | 31 | 0 | 1 | 351 | 134 | 125 |
| Binary | 10110011 | 10111100 | 11111100 | 11101 | 11001 | 0 | 1 | 11101001 | 1011100 | 1010101 |
Color Harmonies of #B3BCFC
Complementary color
Monochromatic Colors of #B3BCFC
Black with #B3BCFC
Text Example
Text Example
White with #B3BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCFC; }
p { color: rgb(179,188,252); }
H1.HeaderClassName
{
color: #B3BCFC;
}
.AnyTagClassName
{
color: #B3BCFC;
}
</style>
background-color css
<style>
a { background-color: #B3BCFC; }
a { background-color: rgb(179,188,252); }
div.DivClassName
{
background-color: #B3BCFC;
}
.BgClassName
{
background-color: #B3BCFC;
}
</style>
border-color css
<style>
span { border-color: #B3BCFC; }
span { border-color: rgb(179,188,252); }
td.TdClassName
{
border-color: #B3BCFC;
}
.TagClassName
{
border-color: #B3BCFC;
}
</style>