Shades of Perano #B8BBEE
Tints of Perano #B8BBEE
RGB
CMYK
RGB Variations
Color information
#B8BBEE (or 0xB8BBEE) is known color: Perano. HEX triplet: B8, BB and EE. RGB value is (184,187,238). Sum of RGB (Red+Green+Blue) = 184+187+238=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBEE is #474411. Grayscale: #BFBFBF. Windows color (decimal): -4670482 or 15645624. OLE color: 15645624.
HSL color Cylindrical-coordinate representation of color #B8BBEE: hue angle of 236.67º 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 #B8BBEE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 187 | 238 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.07 |
| HSL | 236.67º | 0.61% | 0.83% | - |
| HSV(B) | 236.67º | 0.23% | 0.93% | - |
| XYZ | 52.97 | 51.9 | 88.12 | - |
| YUV | 191.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 238 | 0.23 | 0.21 | 0 | 0.07 | 236.67 | 0.61 | 0.83 |
| Hex | B8 | BB | EE | 17 | 15 | 0 | 7 | ED | 3D | 53 |
| Octal | 270 | 273 | 356 | 27 | 25 | 0 | 7 | 355 | 75 | 123 |
| Binary | 10111000 | 10111011 | 11101110 | 10111 | 10101 | 0 | 111 | 11101101 | 111101 | 1010011 |
Color Harmonies of #B8BBEE
Complementary color
Monochromatic Colors of #B8BBEE
Black with #B8BBEE
Text Example
Text Example
White with #B8BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBEE; }
p { color: rgb(184,187,238); }
H1.HeaderClassName
{
color: #B8BBEE;
}
.AnyTagClassName
{
color: #B8BBEE;
}
</style>
background-color css
<style>
a { background-color: #B8BBEE; }
a { background-color: rgb(184,187,238); }
div.DivClassName
{
background-color: #B8BBEE;
}
.BgClassName
{
background-color: #B8BBEE;
}
</style>
border-color css
<style>
span { border-color: #B8BBEE; }
span { border-color: rgb(184,187,238); }
td.TdClassName
{
border-color: #B8BBEE;
}
.TagClassName
{
border-color: #B8BBEE;
}
</style>