Shades of Perano #BBBEEB
Tints of Perano #BBBEEB
RGB
CMYK
RGB Variations
Color information
#BBBEEB (or 0xBBBEEB) is known color: Perano. HEX triplet: BB, BE and EB. RGB value is (187,190,235). Sum of RGB (Red+Green+Blue) = 187+190+235=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEB is #444114. Grayscale: #C2C2C2. Windows color (decimal): -4473109 or 15449787. OLE color: 15449787.
HSL color Cylindrical-coordinate representation of color #BBBEEB: hue angle of 236.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBEEB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 190 | 235 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.08 |
| HSL | 236.25º | 0.55% | 0.83% | - |
| HSV(B) | 236.25º | 0.2% | 0.92% | - |
| XYZ | 53.9 | 53.39 | 86.06 | - |
| YUV | 194.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 235 | 0.20 | 0.19 | 0 | 0.08 | 236.25 | 0.55 | 0.83 |
| Hex | BB | BE | EB | 14 | 13 | 0 | 8 | EC | 37 | 53 |
| Octal | 273 | 276 | 353 | 24 | 23 | 0 | 10 | 354 | 67 | 123 |
| Binary | 10111011 | 10111110 | 11101011 | 10100 | 10011 | 0 | 1000 | 11101100 | 110111 | 1010011 |
Color Harmonies of #BBBEEB
Complementary color
Monochromatic Colors of #BBBEEB
Black with #BBBEEB
Text Example
Text Example
White with #BBBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEEB; }
p { color: rgb(187,190,235); }
H1.HeaderClassName
{
color: #BBBEEB;
}
.AnyTagClassName
{
color: #BBBEEB;
}
</style>
background-color css
<style>
a { background-color: #BBBEEB; }
a { background-color: rgb(187,190,235); }
div.DivClassName
{
background-color: #BBBEEB;
}
.BgClassName
{
background-color: #BBBEEB;
}
</style>
border-color css
<style>
span { border-color: #BBBEEB; }
span { border-color: rgb(187,190,235); }
td.TdClassName
{
border-color: #BBBEEB;
}
.TagClassName
{
border-color: #BBBEEB;
}
</style>