Shades of Perano #B8BEEE
Tints of Perano #B8BEEE
RGB
CMYK
RGB Variations
Color information
#B8BEEE (or 0xB8BEEE) is known color: Perano. HEX triplet: B8, BE and EE. RGB value is (184,190,238). Sum of RGB (Red+Green+Blue) = 184+190+238=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEEE is #474111. Grayscale: #C1C1C1. Windows color (decimal): -4669714 or 15646392. OLE color: 15646392.
HSL color Cylindrical-coordinate representation of color #B8BEEE: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BEEE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 190 | 238 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.07 |
| HSL | 233.33º | 0.61% | 0.83% | - |
| HSV(B) | 233.33º | 0.23% | 0.93% | - |
| XYZ | 53.61 | 53.19 | 88.33 | - |
| YUV | 193.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 238 | 0.23 | 0.20 | 0 | 0.07 | 233.33 | 0.61 | 0.83 |
| Hex | B8 | BE | EE | 17 | 14 | 0 | 7 | E9 | 3D | 53 |
| Octal | 270 | 276 | 356 | 27 | 24 | 0 | 7 | 351 | 75 | 123 |
| Binary | 10111000 | 10111110 | 11101110 | 10111 | 10100 | 0 | 111 | 11101001 | 111101 | 1010011 |
Color Harmonies of #B8BEEE
Complementary color
Monochromatic Colors of #B8BEEE
Black with #B8BEEE
Text Example
Text Example
White with #B8BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEEE; }
p { color: rgb(184,190,238); }
H1.HeaderClassName
{
color: #B8BEEE;
}
.AnyTagClassName
{
color: #B8BEEE;
}
</style>
background-color css
<style>
a { background-color: #B8BEEE; }
a { background-color: rgb(184,190,238); }
div.DivClassName
{
background-color: #B8BEEE;
}
.BgClassName
{
background-color: #B8BEEE;
}
</style>
border-color css
<style>
span { border-color: #B8BEEE; }
span { border-color: rgb(184,190,238); }
td.TdClassName
{
border-color: #B8BEEE;
}
.TagClassName
{
border-color: #B8BEEE;
}
</style>