Shades of Perano #BBC1EA
Tints of Perano #BBC1EA
RGB
CMYK
RGB Variations
Color information
#BBC1EA (or 0xBBC1EA) is known color: Perano. HEX triplet: BB, C1 and EA. RGB value is (187,193,234). Sum of RGB (Red+Green+Blue) = 187+193+234=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1EA is #443E15. Grayscale: #C3C3C3. Windows color (decimal): -4472342 or 15385019. OLE color: 15385019.
HSL color Cylindrical-coordinate representation of color #BBC1EA: hue angle of 232.34º degrees, saturation: 0.53, 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 #BBC1EA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 193 | 234 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.08 |
| HSL | 232.34º | 0.53% | 0.83% | - |
| HSV(B) | 232.34º | 0.2% | 0.92% | - |
| XYZ | 54.41 | 54.65 | 85.52 | - |
| YUV | 195.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 234 | 0.20 | 0.18 | 0 | 0.08 | 232.34 | 0.53 | 0.83 |
| Hex | BB | C1 | EA | 14 | 12 | 0 | 8 | E8 | 35 | 53 |
| Octal | 273 | 301 | 352 | 24 | 22 | 0 | 10 | 350 | 65 | 123 |
| Binary | 10111011 | 11000001 | 11101010 | 10100 | 10010 | 0 | 1000 | 11101000 | 110101 | 1010011 |
Color Harmonies of #BBC1EA
Complementary color
Monochromatic Colors of #BBC1EA
Black with #BBC1EA
Text Example
Text Example
White with #BBC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1EA; }
p { color: rgb(187,193,234); }
H1.HeaderClassName
{
color: #BBC1EA;
}
.AnyTagClassName
{
color: #BBC1EA;
}
</style>
background-color css
<style>
a { background-color: #BBC1EA; }
a { background-color: rgb(187,193,234); }
div.DivClassName
{
background-color: #BBC1EA;
}
.BgClassName
{
background-color: #BBC1EA;
}
</style>
border-color css
<style>
span { border-color: #BBC1EA; }
span { border-color: rgb(187,193,234); }
td.TdClassName
{
border-color: #BBC1EA;
}
.TagClassName
{
border-color: #BBC1EA;
}
</style>