Shades of Perano #BBC0ED
Tints of Perano #BBC0ED
RGB
CMYK
RGB Variations
Color information
#BBC0ED (or 0xBBC0ED) is known color: Perano. HEX triplet: BB, C0 and ED. RGB value is (187,192,237). Sum of RGB (Red+Green+Blue) = 187+192+237=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0ED is #443F12. Grayscale: #C3C3C3. Windows color (decimal): -4472595 or 15581371. OLE color: 15581371.
HSL color Cylindrical-coordinate representation of color #BBC0ED: hue angle of 234º degrees, saturation: 0.58, 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 #BBC0ED is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 192 | 237 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 234º | 0.58% | 0.83% | - |
| HSV(B) | 234º | 0.21% | 0.93% | - |
| XYZ | 54.63 | 54.38 | 87.74 | - |
| YUV | 195.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 237 | 0.21 | 0.19 | 0 | 0.07 | 234 | 0.58 | 0.83 |
| Hex | BB | C0 | ED | 15 | 13 | 0 | 7 | EA | 3A | 53 |
| Octal | 273 | 300 | 355 | 25 | 23 | 0 | 7 | 352 | 72 | 123 |
| Binary | 10111011 | 11000000 | 11101101 | 10101 | 10011 | 0 | 111 | 11101010 | 111010 | 1010011 |
Color Harmonies of #BBC0ED
Complementary color
Monochromatic Colors of #BBC0ED
Black with #BBC0ED
Text Example
Text Example
White with #BBC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0ED; }
p { color: rgb(187,192,237); }
H1.HeaderClassName
{
color: #BBC0ED;
}
.AnyTagClassName
{
color: #BBC0ED;
}
</style>
background-color css
<style>
a { background-color: #BBC0ED; }
a { background-color: rgb(187,192,237); }
div.DivClassName
{
background-color: #BBC0ED;
}
.BgClassName
{
background-color: #BBC0ED;
}
</style>
border-color css
<style>
span { border-color: #BBC0ED; }
span { border-color: rgb(187,192,237); }
td.TdClassName
{
border-color: #BBC0ED;
}
.TagClassName
{
border-color: #BBC0ED;
}
</style>