Shades of Perano #B8BBED
Tints of Perano #B8BBED
RGB
CMYK
RGB Variations
Color information
#B8BBED (or 0xB8BBED) is known color: Perano. HEX triplet: B8, BB and ED. RGB value is (184,187,237). Sum of RGB (Red+Green+Blue) = 184+187+237=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBED is #474412. Grayscale: #BFBFBF. Windows color (decimal): -4670483 or 15580088. OLE color: 15580088.
HSL color Cylindrical-coordinate representation of color #B8BBED: hue angle of 236.6º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BBED is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 187 | 237 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.07 |
| HSL | 236.6º | 0.6% | 0.83% | - |
| HSV(B) | 236.6º | 0.22% | 0.93% | - |
| XYZ | 52.82 | 51.85 | 87.34 | - |
| YUV | 191.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 237 | 0.22 | 0.21 | 0 | 0.07 | 236.6 | 0.6 | 0.83 |
| Hex | B8 | BB | ED | 16 | 15 | 0 | 7 | ED | 3C | 53 |
| Octal | 270 | 273 | 355 | 26 | 25 | 0 | 7 | 355 | 74 | 123 |
| Binary | 10111000 | 10111011 | 11101101 | 10110 | 10101 | 0 | 111 | 11101101 | 111100 | 1010011 |
Color Harmonies of #B8BBED
Complementary color
Monochromatic Colors of #B8BBED
Black with #B8BBED
Text Example
Text Example
White with #B8BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBED; }
p { color: rgb(184,187,237); }
H1.HeaderClassName
{
color: #B8BBED;
}
.AnyTagClassName
{
color: #B8BBED;
}
</style>
background-color css
<style>
a { background-color: #B8BBED; }
a { background-color: rgb(184,187,237); }
div.DivClassName
{
background-color: #B8BBED;
}
.BgClassName
{
background-color: #B8BBED;
}
</style>
border-color css
<style>
span { border-color: #B8BBED; }
span { border-color: rgb(184,187,237); }
td.TdClassName
{
border-color: #B8BBED;
}
.TagClassName
{
border-color: #B8BBED;
}
</style>