Shades of Perano #B3BFFB
Tints of Perano #B3BFFB
RGB
CMYK
RGB Variations
Color information
#B3BFFB (or 0xB3BFFB) is known color: Perano. HEX triplet: B3, BF and FB. RGB value is (179,191,251). Sum of RGB (Red+Green+Blue) = 179+191+251=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFFB is #4C4004. Grayscale: #C2C2C2. Windows color (decimal): -4997125 or 16498611. OLE color: 16498611.
HSL color Cylindrical-coordinate representation of color #B3BFFB: hue angle of 230º 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 #B3BFFB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 191 | 251 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 230º | 0.9% | 0.84% | - |
| HSV(B) | 230º | 0.29% | 0.98% | - |
| XYZ | 54.63 | 53.81 | 98.77 | - |
| YUV | 194.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 251 | 0.29 | 0.24 | 0 | 0.02 | 230 | 0.9 | 0.84 |
| Hex | B3 | BF | FB | 1D | 18 | 0 | 2 | E6 | 5A | 54 |
| Octal | 263 | 277 | 373 | 35 | 30 | 0 | 2 | 346 | 132 | 124 |
| Binary | 10110011 | 10111111 | 11111011 | 11101 | 11000 | 0 | 10 | 11100110 | 1011010 | 1010100 |
Color Harmonies of #B3BFFB
Complementary color
Monochromatic Colors of #B3BFFB
Black with #B3BFFB
Text Example
Text Example
White with #B3BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFFB; }
p { color: rgb(179,191,251); }
H1.HeaderClassName
{
color: #B3BFFB;
}
.AnyTagClassName
{
color: #B3BFFB;
}
</style>
background-color css
<style>
a { background-color: #B3BFFB; }
a { background-color: rgb(179,191,251); }
div.DivClassName
{
background-color: #B3BFFB;
}
.BgClassName
{
background-color: #B3BFFB;
}
</style>
border-color css
<style>
span { border-color: #B3BFFB; }
span { border-color: rgb(179,191,251); }
td.TdClassName
{
border-color: #B3BFFB;
}
.TagClassName
{
border-color: #B3BFFB;
}
</style>