Shades of Perano #BBBDEF
Tints of Perano #BBBDEF
RGB
CMYK
RGB Variations
Color information
#BBBDEF (or 0xBBBDEF) is known color: Perano. HEX triplet: BB, BD and EF. RGB value is (187,189,239). Sum of RGB (Red+Green+Blue) = 187+189+239=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDEF is #444210. Grayscale: #C1C1C1. Windows color (decimal): -4473361 or 15711675. OLE color: 15711675.
HSL color Cylindrical-coordinate representation of color #BBBDEF: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBDEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 189 | 239 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 237.69º | 0.62% | 0.84% | - |
| HSV(B) | 237.69º | 0.22% | 0.94% | - |
| XYZ | 54.27 | 53.19 | 89.07 | - |
| YUV | 194.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 239 | 0.22 | 0.21 | 0 | 0.06 | 237.69 | 0.62 | 0.84 |
| Hex | BB | BD | EF | 16 | 15 | 0 | 6 | EE | 3E | 54 |
| Octal | 273 | 275 | 357 | 26 | 25 | 0 | 6 | 356 | 76 | 124 |
| Binary | 10111011 | 10111101 | 11101111 | 10110 | 10101 | 0 | 110 | 11101110 | 111110 | 1010100 |
Color Harmonies of #BBBDEF
Complementary color
Monochromatic Colors of #BBBDEF
Black with #BBBDEF
Text Example
Text Example
White with #BBBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDEF; }
p { color: rgb(187,189,239); }
H1.HeaderClassName
{
color: #BBBDEF;
}
.AnyTagClassName
{
color: #BBBDEF;
}
</style>
background-color css
<style>
a { background-color: #BBBDEF; }
a { background-color: rgb(187,189,239); }
div.DivClassName
{
background-color: #BBBDEF;
}
.BgClassName
{
background-color: #BBBDEF;
}
</style>
border-color css
<style>
span { border-color: #BBBDEF; }
span { border-color: rgb(187,189,239); }
td.TdClassName
{
border-color: #BBBDEF;
}
.TagClassName
{
border-color: #BBBDEF;
}
</style>