Shades of Perano #BBBCED
Tints of Perano #BBBCED
RGB
CMYK
RGB Variations
Color information
#BBBCED (or 0xBBBCED) is known color: Perano. HEX triplet: BB, BC and ED. RGB value is (187,188,237). Sum of RGB (Red+Green+Blue) = 187+188+237=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCED is #444312. Grayscale: #C1C1C1. Windows color (decimal): -4473619 or 15580347. OLE color: 15580347.
HSL color Cylindrical-coordinate representation of color #BBBCED: hue angle of 238.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBCED is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 188 | 237 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 238.8º | 0.58% | 0.83% | - |
| HSV(B) | 238.8º | 0.21% | 0.93% | - |
| XYZ | 53.76 | 52.65 | 87.45 | - |
| YUV | 193.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 237 | 0.21 | 0.21 | 0 | 0.07 | 238.8 | 0.58 | 0.83 |
| Hex | BB | BC | ED | 15 | 15 | 0 | 7 | EF | 3A | 53 |
| Octal | 273 | 274 | 355 | 25 | 25 | 0 | 7 | 357 | 72 | 123 |
| Binary | 10111011 | 10111100 | 11101101 | 10101 | 10101 | 0 | 111 | 11101111 | 111010 | 1010011 |
Color Harmonies of #BBBCED
Complementary color
Monochromatic Colors of #BBBCED
Black with #BBBCED
Text Example
Text Example
White with #BBBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCED; }
p { color: rgb(187,188,237); }
H1.HeaderClassName
{
color: #BBBCED;
}
.AnyTagClassName
{
color: #BBBCED;
}
</style>
background-color css
<style>
a { background-color: #BBBCED; }
a { background-color: rgb(187,188,237); }
div.DivClassName
{
background-color: #BBBCED;
}
.BgClassName
{
background-color: #BBBCED;
}
</style>
border-color css
<style>
span { border-color: #BBBCED; }
span { border-color: rgb(187,188,237); }
td.TdClassName
{
border-color: #BBBCED;
}
.TagClassName
{
border-color: #BBBCED;
}
</style>