Shades of Perano #B3BCFB
Tints of Perano #B3BCFB
RGB
CMYK
RGB Variations
Color information
#B3BCFB (or 0xB3BCFB) is known color: Perano. HEX triplet: B3, BC and FB. RGB value is (179,188,251). Sum of RGB (Red+Green+Blue) = 179+188+251=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BCFB is #4C4304. Grayscale: #C0C0C0. Windows color (decimal): -4997893 or 16497843. OLE color: 16497843.
HSL color Cylindrical-coordinate representation of color #B3BCFB: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BCFB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 188 | 251 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.02 |
| HSL | 232.5º | 0.9% | 0.84% | - |
| HSV(B) | 232.5º | 0.29% | 0.98% | - |
| XYZ | 53.99 | 52.52 | 98.56 | - |
| YUV | 192.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 251 | 0.29 | 0.25 | 0 | 0.02 | 232.5 | 0.9 | 0.84 |
| Hex | B3 | BC | FB | 1D | 19 | 0 | 2 | E8 | 5A | 54 |
| Octal | 263 | 274 | 373 | 35 | 31 | 0 | 2 | 350 | 132 | 124 |
| Binary | 10110011 | 10111100 | 11111011 | 11101 | 11001 | 0 | 10 | 11101000 | 1011010 | 1010100 |
Color Harmonies of #B3BCFB
Complementary color
Monochromatic Colors of #B3BCFB
Black with #B3BCFB
Text Example
Text Example
White with #B3BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCFB; }
p { color: rgb(179,188,251); }
H1.HeaderClassName
{
color: #B3BCFB;
}
.AnyTagClassName
{
color: #B3BCFB;
}
</style>
background-color css
<style>
a { background-color: #B3BCFB; }
a { background-color: rgb(179,188,251); }
div.DivClassName
{
background-color: #B3BCFB;
}
.BgClassName
{
background-color: #B3BCFB;
}
</style>
border-color css
<style>
span { border-color: #B3BCFB; }
span { border-color: rgb(179,188,251); }
td.TdClassName
{
border-color: #B3BCFB;
}
.TagClassName
{
border-color: #B3BCFB;
}
</style>