Shades of Perano #B3BBF5
Tints of Perano #B3BBF5
RGB
CMYK
RGB Variations
Color information
#B3BBF5 (or 0xB3BBF5) is known color: Perano. HEX triplet: B3, BB and F5. RGB value is (179,187,245). Sum of RGB (Red+Green+Blue) = 179+187+245=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #B3BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBF5 is #4C440A. Grayscale: #BEBEBE. Windows color (decimal): -4998155 or 16104371. OLE color: 16104371.
HSL color Cylindrical-coordinate representation of color #B3BBF5: hue angle of 232.73º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3BBF5 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 187 | 245 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.04 |
| HSL | 232.73º | 0.77% | 0.83% | - |
| HSV(B) | 232.73º | 0.27% | 0.96% | - |
| XYZ | 52.84 | 51.72 | 93.58 | - |
| YUV | 191.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 245 | 0.27 | 0.24 | 0 | 0.04 | 232.73 | 0.77 | 0.83 |
| Hex | B3 | BB | F5 | 1B | 18 | 0 | 4 | E9 | 4D | 53 |
| Octal | 263 | 273 | 365 | 33 | 30 | 0 | 4 | 351 | 115 | 123 |
| Binary | 10110011 | 10111011 | 11110101 | 11011 | 11000 | 0 | 100 | 11101001 | 1001101 | 1010011 |
Color Harmonies of #B3BBF5
Complementary color
Monochromatic Colors of #B3BBF5
Black with #B3BBF5
Text Example
Text Example
White with #B3BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBF5; }
p { color: rgb(179,187,245); }
H1.HeaderClassName
{
color: #B3BBF5;
}
.AnyTagClassName
{
color: #B3BBF5;
}
</style>
background-color css
<style>
a { background-color: #B3BBF5; }
a { background-color: rgb(179,187,245); }
div.DivClassName
{
background-color: #B3BBF5;
}
.BgClassName
{
background-color: #B3BBF5;
}
</style>
border-color css
<style>
span { border-color: #B3BBF5; }
span { border-color: rgb(179,187,245); }
td.TdClassName
{
border-color: #B3BBF5;
}
.TagClassName
{
border-color: #B3BBF5;
}
</style>