Shades of Perano #B8B7EE
Tints of Perano #B8B7EE
RGB
CMYK
RGB Variations
Color information
#B8B7EE (or 0xB8B7EE) is known color: Perano. HEX triplet: B8, B7 and EE. RGB value is (184,183,238). Sum of RGB (Red+Green+Blue) = 184+183+238=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7EE is #474811. Grayscale: #BDBDBD. Windows color (decimal): -4671506 or 15644600. OLE color: 15644600.
HSL color Cylindrical-coordinate representation of color #B8B7EE: hue angle of 241.09º degrees, saturation: 0.62, 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 #B8B7EE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 183 | 238 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.07 |
| HSL | 241.09º | 0.62% | 0.83% | - |
| HSV(B) | 241.09º | 0.23% | 0.93% | - |
| XYZ | 52.13 | 50.23 | 87.84 | - |
| YUV | 189.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 238 | 0.23 | 0.23 | 0 | 0.07 | 241.09 | 0.62 | 0.83 |
| Hex | B8 | B7 | EE | 17 | 17 | 0 | 7 | F1 | 3E | 53 |
| Octal | 270 | 267 | 356 | 27 | 27 | 0 | 7 | 361 | 76 | 123 |
| Binary | 10111000 | 10110111 | 11101110 | 10111 | 10111 | 0 | 111 | 11110001 | 111110 | 1010011 |
Color Harmonies of #B8B7EE
Complementary color
Monochromatic Colors of #B8B7EE
Black with #B8B7EE
Text Example
Text Example
White with #B8B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7EE; }
p { color: rgb(184,183,238); }
H1.HeaderClassName
{
color: #B8B7EE;
}
.AnyTagClassName
{
color: #B8B7EE;
}
</style>
background-color css
<style>
a { background-color: #B8B7EE; }
a { background-color: rgb(184,183,238); }
div.DivClassName
{
background-color: #B8B7EE;
}
.BgClassName
{
background-color: #B8B7EE;
}
</style>
border-color css
<style>
span { border-color: #B8B7EE; }
span { border-color: rgb(184,183,238); }
td.TdClassName
{
border-color: #B8B7EE;
}
.TagClassName
{
border-color: #B8B7EE;
}
</style>