Shades of Perano #B8BCEF
Tints of Perano #B8BCEF
RGB
CMYK
RGB Variations
Color information
#B8BCEF (or 0xB8BCEF) is known color: Perano. HEX triplet: B8, BC and EF. RGB value is (184,188,239). Sum of RGB (Red+Green+Blue) = 184+188+239=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCEF is #474310. Grayscale: #C0C0C0. Windows color (decimal): -4670225 or 15711416. OLE color: 15711416.
HSL color Cylindrical-coordinate representation of color #B8BCEF: hue angle of 235.64º 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 #B8BCEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 188 | 239 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.06 |
| HSL | 235.64º | 0.63% | 0.83% | - |
| HSV(B) | 235.64º | 0.23% | 0.94% | - |
| XYZ | 53.33 | 52.39 | 88.96 | - |
| YUV | 192.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 239 | 0.23 | 0.21 | 0 | 0.06 | 235.64 | 0.63 | 0.83 |
| Hex | B8 | BC | EF | 17 | 15 | 0 | 6 | EC | 3F | 53 |
| Octal | 270 | 274 | 357 | 27 | 25 | 0 | 6 | 354 | 77 | 123 |
| Binary | 10111000 | 10111100 | 11101111 | 10111 | 10101 | 0 | 110 | 11101100 | 111111 | 1010011 |
Color Harmonies of #B8BCEF
Complementary color
Monochromatic Colors of #B8BCEF
Black with #B8BCEF
Text Example
Text Example
White with #B8BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCEF; }
p { color: rgb(184,188,239); }
H1.HeaderClassName
{
color: #B8BCEF;
}
.AnyTagClassName
{
color: #B8BCEF;
}
</style>
background-color css
<style>
a { background-color: #B8BCEF; }
a { background-color: rgb(184,188,239); }
div.DivClassName
{
background-color: #B8BCEF;
}
.BgClassName
{
background-color: #B8BCEF;
}
</style>
border-color css
<style>
span { border-color: #B8BCEF; }
span { border-color: rgb(184,188,239); }
td.TdClassName
{
border-color: #B8BCEF;
}
.TagClassName
{
border-color: #B8BCEF;
}
</style>