Shades of Perano #B8BFEF
Tints of Perano #B8BFEF
RGB
CMYK
RGB Variations
Color information
#B8BFEF (or 0xB8BFEF) is known color: Perano. HEX triplet: B8, BF and EF. RGB value is (184,191,239). Sum of RGB (Red+Green+Blue) = 184+191+239=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFEF is #474010. Grayscale: #C2C2C2. Windows color (decimal): -4669457 or 15712184. OLE color: 15712184.
HSL color Cylindrical-coordinate representation of color #B8BFEF: hue angle of 232.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BFEF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 191 | 239 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.06 |
| HSL | 232.36º | 0.63% | 0.83% | - |
| HSV(B) | 232.36º | 0.23% | 0.94% | - |
| XYZ | 53.98 | 53.68 | 89.18 | - |
| YUV | 194.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 239 | 0.23 | 0.20 | 0 | 0.06 | 232.36 | 0.63 | 0.83 |
| Hex | B8 | BF | EF | 17 | 14 | 0 | 6 | E8 | 3F | 53 |
| Octal | 270 | 277 | 357 | 27 | 24 | 0 | 6 | 350 | 77 | 123 |
| Binary | 10111000 | 10111111 | 11101111 | 10111 | 10100 | 0 | 110 | 11101000 | 111111 | 1010011 |
Color Harmonies of #B8BFEF
Complementary color
Monochromatic Colors of #B8BFEF
Black with #B8BFEF
Text Example
Text Example
White with #B8BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFEF; }
p { color: rgb(184,191,239); }
H1.HeaderClassName
{
color: #B8BFEF;
}
.AnyTagClassName
{
color: #B8BFEF;
}
</style>
background-color css
<style>
a { background-color: #B8BFEF; }
a { background-color: rgb(184,191,239); }
div.DivClassName
{
background-color: #B8BFEF;
}
.BgClassName
{
background-color: #B8BFEF;
}
</style>
border-color css
<style>
span { border-color: #B8BFEF; }
span { border-color: rgb(184,191,239); }
td.TdClassName
{
border-color: #B8BFEF;
}
.TagClassName
{
border-color: #B8BFEF;
}
</style>