Shades of Perano #BBC1EE
Tints of Perano #BBC1EE
RGB
CMYK
RGB Variations
Color information
#BBC1EE (or 0xBBC1EE) is known color: Perano. HEX triplet: BB, C1 and EE. RGB value is (187,193,238). Sum of RGB (Red+Green+Blue) = 187+193+238=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1EE is #443E11. Grayscale: #C4C4C4. Windows color (decimal): -4472338 or 15647163. OLE color: 15647163.
HSL color Cylindrical-coordinate representation of color #BBC1EE: hue angle of 232.94º degrees, saturation: 0.6, 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 #BBC1EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 193 | 238 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 232.94º | 0.6% | 0.83% | - |
| HSV(B) | 232.94º | 0.21% | 0.93% | - |
| XYZ | 55 | 54.88 | 88.58 | - |
| YUV | 196.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 238 | 0.21 | 0.19 | 0 | 0.07 | 232.94 | 0.6 | 0.83 |
| Hex | BB | C1 | EE | 15 | 13 | 0 | 7 | E9 | 3C | 53 |
| Octal | 273 | 301 | 356 | 25 | 23 | 0 | 7 | 351 | 74 | 123 |
| Binary | 10111011 | 11000001 | 11101110 | 10101 | 10011 | 0 | 111 | 11101001 | 111100 | 1010011 |
Color Harmonies of #BBC1EE
Complementary color
Monochromatic Colors of #BBC1EE
Black with #BBC1EE
Text Example
Text Example
White with #BBC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1EE; }
p { color: rgb(187,193,238); }
H1.HeaderClassName
{
color: #BBC1EE;
}
.AnyTagClassName
{
color: #BBC1EE;
}
</style>
background-color css
<style>
a { background-color: #BBC1EE; }
a { background-color: rgb(187,193,238); }
div.DivClassName
{
background-color: #BBC1EE;
}
.BgClassName
{
background-color: #BBC1EE;
}
</style>
border-color css
<style>
span { border-color: #BBC1EE; }
span { border-color: rgb(187,193,238); }
td.TdClassName
{
border-color: #BBC1EE;
}
.TagClassName
{
border-color: #BBC1EE;
}
</style>