Shades of Perano #B8BFEB
Tints of Perano #B8BFEB
RGB
CMYK
RGB Variations
Color information
#B8BFEB (or 0xB8BFEB) is known color: Perano. HEX triplet: B8, BF and EB. RGB value is (184,191,235). Sum of RGB (Red+Green+Blue) = 184+191+235=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFEB is #474014. Grayscale: #C1C1C1. Windows color (decimal): -4669461 or 15450040. OLE color: 15450040.
HSL color Cylindrical-coordinate representation of color #B8BFEB: hue angle of 231.76º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BFEB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 191 | 235 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.08 |
| HSL | 231.76º | 0.56% | 0.82% | - |
| HSV(B) | 231.76º | 0.22% | 0.92% | - |
| XYZ | 53.39 | 53.45 | 86.1 | - |
| YUV | 193.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 235 | 0.22 | 0.19 | 0 | 0.08 | 231.76 | 0.56 | 0.82 |
| Hex | B8 | BF | EB | 16 | 13 | 0 | 8 | E8 | 38 | 52 |
| Octal | 270 | 277 | 353 | 26 | 23 | 0 | 10 | 350 | 70 | 122 |
| Binary | 10111000 | 10111111 | 11101011 | 10110 | 10011 | 0 | 1000 | 11101000 | 111000 | 1010010 |
Color Harmonies of #B8BFEB
Complementary color
Monochromatic Colors of #B8BFEB
Black with #B8BFEB
Text Example
Text Example
White with #B8BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFEB; }
p { color: rgb(184,191,235); }
H1.HeaderClassName
{
color: #B8BFEB;
}
.AnyTagClassName
{
color: #B8BFEB;
}
</style>
background-color css
<style>
a { background-color: #B8BFEB; }
a { background-color: rgb(184,191,235); }
div.DivClassName
{
background-color: #B8BFEB;
}
.BgClassName
{
background-color: #B8BFEB;
}
</style>
border-color css
<style>
span { border-color: #B8BFEB; }
span { border-color: rgb(184,191,235); }
td.TdClassName
{
border-color: #B8BFEB;
}
.TagClassName
{
border-color: #B8BFEB;
}
</style>