Shades of Perano #BBC0DF
Tints of Perano #BBC0DF
RGB
CMYK
RGB Variations
Color information
#BBC0DF (or 0xBBC0DF) is known color: Perano. HEX triplet: BB, C0 and DF. RGB value is (187,192,223). Sum of RGB (Red+Green+Blue) = 187+192+223=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DF is #443F20. Grayscale: #C1C1C1. Windows color (decimal): -4472609 or 14663867. OLE color: 14663867.
HSL color Cylindrical-coordinate representation of color #BBC0DF: hue angle of 231.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC0DF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 192 | 223 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 231.67º | 0.36% | 0.8% | - |
| HSV(B) | 231.67º | 0.16% | 0.87% | - |
| XYZ | 52.66 | 53.59 | 77.38 | - |
| YUV | 194.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 223 | 0.16 | 0.14 | 0 | 0.13 | 231.67 | 0.36 | 0.8 |
| Hex | BB | C0 | DF | 10 | E | 0 | D | E8 | 24 | 50 |
| Octal | 273 | 300 | 337 | 20 | 16 | 0 | 15 | 350 | 44 | 120 |
| Binary | 10111011 | 11000000 | 11011111 | 10000 | 1110 | 0 | 1101 | 11101000 | 100100 | 1010000 |
Color Harmonies of #BBC0DF
Complementary color
Monochromatic Colors of #BBC0DF
Black with #BBC0DF
Text Example
Text Example
White with #BBC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0DF; }
p { color: rgb(187,192,223); }
H1.HeaderClassName
{
color: #BBC0DF;
}
.AnyTagClassName
{
color: #BBC0DF;
}
</style>
background-color css
<style>
a { background-color: #BBC0DF; }
a { background-color: rgb(187,192,223); }
div.DivClassName
{
background-color: #BBC0DF;
}
.BgClassName
{
background-color: #BBC0DF;
}
</style>
border-color css
<style>
span { border-color: #BBC0DF; }
span { border-color: rgb(187,192,223); }
td.TdClassName
{
border-color: #BBC0DF;
}
.TagClassName
{
border-color: #BBC0DF;
}
</style>