Shades of Perano #B8BCF9
Tints of Perano #B8BCF9
RGB
CMYK
RGB Variations
Color information
#B8BCF9 (or 0xB8BCF9) is known color: Perano. HEX triplet: B8, BC and F9. RGB value is (184,188,249). Sum of RGB (Red+Green+Blue) = 184+188+249=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCF9 is #474306. Grayscale: #C1C1C1. Windows color (decimal): -4670215 or 16366776. OLE color: 16366776.
HSL color Cylindrical-coordinate representation of color #B8BCF9: hue angle of 236.31º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8BCF9 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 188 | 249 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.02 |
| HSL | 236.31º | 0.84% | 0.85% | - |
| HSV(B) | 236.31º | 0.26% | 0.98% | - |
| XYZ | 54.85 | 53 | 96.96 | - |
| YUV | 193.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 249 | 0.26 | 0.24 | 0 | 0.02 | 236.31 | 0.84 | 0.85 |
| Hex | B8 | BC | F9 | 1A | 18 | 0 | 2 | EC | 54 | 55 |
| Octal | 270 | 274 | 371 | 32 | 30 | 0 | 2 | 354 | 124 | 125 |
| Binary | 10111000 | 10111100 | 11111001 | 11010 | 11000 | 0 | 10 | 11101100 | 1010100 | 1010101 |
Color Harmonies of #B8BCF9
Complementary color
Monochromatic Colors of #B8BCF9
Black with #B8BCF9
Text Example
Text Example
White with #B8BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCF9; }
p { color: rgb(184,188,249); }
H1.HeaderClassName
{
color: #B8BCF9;
}
.AnyTagClassName
{
color: #B8BCF9;
}
</style>
background-color css
<style>
a { background-color: #B8BCF9; }
a { background-color: rgb(184,188,249); }
div.DivClassName
{
background-color: #B8BCF9;
}
.BgClassName
{
background-color: #B8BCF9;
}
</style>
border-color css
<style>
span { border-color: #B8BCF9; }
span { border-color: rgb(184,188,249); }
td.TdClassName
{
border-color: #B8BCF9;
}
.TagClassName
{
border-color: #B8BCF9;
}
</style>