Shades of Perano #BBBCEF
Tints of Perano #BBBCEF
RGB
CMYK
RGB Variations
Color information
#BBBCEF (or 0xBBBCEF) is known color: Perano. HEX triplet: BB, BC and EF. RGB value is (187,188,239). Sum of RGB (Red+Green+Blue) = 187+188+239=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCEF is #444310. Grayscale: #C1C1C1. Windows color (decimal): -4473617 or 15711419. OLE color: 15711419.
HSL color Cylindrical-coordinate representation of color #BBBCEF: hue angle of 238.85º 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 #BBBCEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 188 | 239 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.06 |
| HSL | 238.85º | 0.62% | 0.84% | - |
| HSV(B) | 238.85º | 0.22% | 0.94% | - |
| XYZ | 54.06 | 52.76 | 89 | - |
| YUV | 193.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 239 | 0.22 | 0.21 | 0 | 0.06 | 238.85 | 0.62 | 0.84 |
| Hex | BB | BC | EF | 16 | 15 | 0 | 6 | EF | 3E | 54 |
| Octal | 273 | 274 | 357 | 26 | 25 | 0 | 6 | 357 | 76 | 124 |
| Binary | 10111011 | 10111100 | 11101111 | 10110 | 10101 | 0 | 110 | 11101111 | 111110 | 1010100 |
Color Harmonies of #BBBCEF
Complementary color
Monochromatic Colors of #BBBCEF
Black with #BBBCEF
Text Example
Text Example
White with #BBBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCEF; }
p { color: rgb(187,188,239); }
H1.HeaderClassName
{
color: #BBBCEF;
}
.AnyTagClassName
{
color: #BBBCEF;
}
</style>
background-color css
<style>
a { background-color: #BBBCEF; }
a { background-color: rgb(187,188,239); }
div.DivClassName
{
background-color: #BBBCEF;
}
.BgClassName
{
background-color: #BBBCEF;
}
</style>
border-color css
<style>
span { border-color: #BBBCEF; }
span { border-color: rgb(187,188,239); }
td.TdClassName
{
border-color: #BBBCEF;
}
.TagClassName
{
border-color: #BBBCEF;
}
</style>