Shades of Perano #B5BBF3
Tints of Perano #B5BBF3
RGB
CMYK
RGB Variations
Color information
#B5BBF3 (or 0xB5BBF3) is known color: Perano. HEX triplet: B5, BB and F3. RGB value is (181,187,243). Sum of RGB (Red+Green+Blue) = 181+187+243=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBF3 is #4A440C. Grayscale: #BFBFBF. Windows color (decimal): -4867085 or 15973301. OLE color: 15973301.
HSL color Cylindrical-coordinate representation of color #B5BBF3: hue angle of 234.19º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5BBF3 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 187 | 243 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.05 |
| HSL | 234.19º | 0.72% | 0.83% | - |
| HSV(B) | 234.19º | 0.26% | 0.95% | - |
| XYZ | 53 | 51.84 | 92.01 | - |
| YUV | 191.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 243 | 0.26 | 0.23 | 0 | 0.05 | 234.19 | 0.72 | 0.83 |
| Hex | B5 | BB | F3 | 1A | 17 | 0 | 5 | EA | 48 | 53 |
| Octal | 265 | 273 | 363 | 32 | 27 | 0 | 5 | 352 | 110 | 123 |
| Binary | 10110101 | 10111011 | 11110011 | 11010 | 10111 | 0 | 101 | 11101010 | 1001000 | 1010011 |
Color Harmonies of #B5BBF3
Complementary color
Monochromatic Colors of #B5BBF3
Black with #B5BBF3
Text Example
Text Example
White with #B5BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBF3; }
p { color: rgb(181,187,243); }
H1.HeaderClassName
{
color: #B5BBF3;
}
.AnyTagClassName
{
color: #B5BBF3;
}
</style>
background-color css
<style>
a { background-color: #B5BBF3; }
a { background-color: rgb(181,187,243); }
div.DivClassName
{
background-color: #B5BBF3;
}
.BgClassName
{
background-color: #B5BBF3;
}
</style>
border-color css
<style>
span { border-color: #B5BBF3; }
span { border-color: rgb(181,187,243); }
td.TdClassName
{
border-color: #B5BBF3;
}
.TagClassName
{
border-color: #B5BBF3;
}
</style>