Shades of Perano #B4BCFB
Tints of Perano #B4BCFB
RGB
CMYK
RGB Variations
Color information
#B4BCFB (or 0xB4BCFB) is known color: Perano. HEX triplet: B4, BC and FB. RGB value is (180,188,251). Sum of RGB (Red+Green+Blue) = 180+188+251=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCFB is #4B4304. Grayscale: #C0C0C0. Windows color (decimal): -4932357 or 16497844. OLE color: 16497844.
HSL color Cylindrical-coordinate representation of color #B4BCFB: hue angle of 233.24º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4BCFB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 188 | 251 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.02 |
| HSL | 233.24º | 0.9% | 0.85% | - |
| HSV(B) | 233.24º | 0.28% | 0.98% | - |
| XYZ | 54.22 | 52.63 | 98.57 | - |
| YUV | 192.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 251 | 0.28 | 0.25 | 0 | 0.02 | 233.24 | 0.9 | 0.85 |
| Hex | B4 | BC | FB | 1C | 19 | 0 | 2 | E9 | 5A | 55 |
| Octal | 264 | 274 | 373 | 34 | 31 | 0 | 2 | 351 | 132 | 125 |
| Binary | 10110100 | 10111100 | 11111011 | 11100 | 11001 | 0 | 10 | 11101001 | 1011010 | 1010101 |
Color Harmonies of #B4BCFB
Complementary color
Monochromatic Colors of #B4BCFB
Black with #B4BCFB
Text Example
Text Example
White with #B4BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCFB; }
p { color: rgb(180,188,251); }
H1.HeaderClassName
{
color: #B4BCFB;
}
.AnyTagClassName
{
color: #B4BCFB;
}
</style>
background-color css
<style>
a { background-color: #B4BCFB; }
a { background-color: rgb(180,188,251); }
div.DivClassName
{
background-color: #B4BCFB;
}
.BgClassName
{
background-color: #B4BCFB;
}
</style>
border-color css
<style>
span { border-color: #B4BCFB; }
span { border-color: rgb(180,188,251); }
td.TdClassName
{
border-color: #B4BCFB;
}
.TagClassName
{
border-color: #B4BCFB;
}
</style>