Shades of Perano #BBBEF3
Tints of Perano #BBBEF3
RGB
CMYK
RGB Variations
Color information
#BBBEF3 (or 0xBBBEF3) is known color: Perano. HEX triplet: BB, BE and F3. RGB value is (187,190,243). Sum of RGB (Red+Green+Blue) = 187+190+243=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF3 is #44410C. Grayscale: #C2C2C2. Windows color (decimal): -4473101 or 15974075. OLE color: 15974075.
HSL color Cylindrical-coordinate representation of color #BBBEF3: hue angle of 236.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBEF3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 190 | 243 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.05 |
| HSL | 236.79º | 0.7% | 0.84% | - |
| HSV(B) | 236.79º | 0.23% | 0.95% | - |
| XYZ | 55.08 | 53.86 | 92.29 | - |
| YUV | 195.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 243 | 0.23 | 0.22 | 0 | 0.05 | 236.79 | 0.7 | 0.84 |
| Hex | BB | BE | F3 | 17 | 16 | 0 | 5 | ED | 46 | 54 |
| Octal | 273 | 276 | 363 | 27 | 26 | 0 | 5 | 355 | 106 | 124 |
| Binary | 10111011 | 10111110 | 11110011 | 10111 | 10110 | 0 | 101 | 11101101 | 1000110 | 1010100 |
Color Harmonies of #BBBEF3
Complementary color
Monochromatic Colors of #BBBEF3
Black with #BBBEF3
Text Example
Text Example
White with #BBBEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEF3; }
p { color: rgb(187,190,243); }
H1.HeaderClassName
{
color: #BBBEF3;
}
.AnyTagClassName
{
color: #BBBEF3;
}
</style>
background-color css
<style>
a { background-color: #BBBEF3; }
a { background-color: rgb(187,190,243); }
div.DivClassName
{
background-color: #BBBEF3;
}
.BgClassName
{
background-color: #BBBEF3;
}
</style>
border-color css
<style>
span { border-color: #BBBEF3; }
span { border-color: rgb(187,190,243); }
td.TdClassName
{
border-color: #BBBEF3;
}
.TagClassName
{
border-color: #BBBEF3;
}
</style>