Shades of Perano #B8BCEB
Tints of Perano #B8BCEB
RGB
CMYK
RGB Variations
Color information
#B8BCEB (or 0xB8BCEB) is known color: Perano. HEX triplet: B8, BC and EB. RGB value is (184,188,235). Sum of RGB (Red+Green+Blue) = 184+188+235=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCEB is #474314. Grayscale: #BFBFBF. Windows color (decimal): -4670229 or 15449272. OLE color: 15449272.
HSL color Cylindrical-coordinate representation of color #B8BCEB: hue angle of 235.29º 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 #B8BCEB is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 188 | 235 | - |
| CMYK | 0.22 | 0.2 | 0 | 0.08 |
| HSL | 235.29º | 0.56% | 0.82% | - |
| HSV(B) | 235.29º | 0.22% | 0.92% | - |
| XYZ | 52.75 | 52.15 | 85.88 | - |
| YUV | 192.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 235 | 0.22 | 0.2 | 0 | 0.08 | 235.29 | 0.56 | 0.82 |
| Hex | B8 | BC | EB | 16 | 14 | 0 | 8 | EB | 38 | 52 |
| Octal | 270 | 274 | 353 | 26 | 24 | 0 | 10 | 353 | 70 | 122 |
| Binary | 10111000 | 10111100 | 11101011 | 10110 | 10100 | 0 | 1000 | 11101011 | 111000 | 1010010 |
Color Harmonies of #B8BCEB
Complementary color
Monochromatic Colors of #B8BCEB
Black with #B8BCEB
Text Example
Text Example
White with #B8BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCEB; }
p { color: rgb(184,188,235); }
H1.HeaderClassName
{
color: #B8BCEB;
}
.AnyTagClassName
{
color: #B8BCEB;
}
</style>
background-color css
<style>
a { background-color: #B8BCEB; }
a { background-color: rgb(184,188,235); }
div.DivClassName
{
background-color: #B8BCEB;
}
.BgClassName
{
background-color: #B8BCEB;
}
</style>
border-color css
<style>
span { border-color: #B8BCEB; }
span { border-color: rgb(184,188,235); }
td.TdClassName
{
border-color: #B8BCEB;
}
.TagClassName
{
border-color: #B8BCEB;
}
</style>