Shades of Perano #BCC1F1
Tints of Perano #BCC1F1
RGB
CMYK
RGB Variations
Color information
#BCC1F1 (or 0xBCC1F1) is known color: Perano. HEX triplet: BC, C1 and F1. RGB value is (188,193,241). Sum of RGB (Red+Green+Blue) = 188+193+241=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1F1 is #433E0E. Grayscale: #C4C4C4. Windows color (decimal): -4406799 or 15843772. OLE color: 15843772.
HSL color Cylindrical-coordinate representation of color #BCC1F1: hue angle of 234.34º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC1F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 193 | 241 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.05 |
| HSL | 234.34º | 0.65% | 0.84% | - |
| HSV(B) | 234.34º | 0.22% | 0.95% | - |
| XYZ | 55.69 | 55.18 | 90.94 | - |
| YUV | 196.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 241 | 0.22 | 0.20 | 0 | 0.05 | 234.34 | 0.65 | 0.84 |
| Hex | BC | C1 | F1 | 16 | 14 | 0 | 5 | EA | 41 | 54 |
| Octal | 274 | 301 | 361 | 26 | 24 | 0 | 5 | 352 | 101 | 124 |
| Binary | 10111100 | 11000001 | 11110001 | 10110 | 10100 | 0 | 101 | 11101010 | 1000001 | 1010100 |
Color Harmonies of #BCC1F1
Complementary color
Monochromatic Colors of #BCC1F1
Black with #BCC1F1
Text Example
Text Example
White with #BCC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1F1; }
p { color: rgb(188,193,241); }
H1.HeaderClassName
{
color: #BCC1F1;
}
.AnyTagClassName
{
color: #BCC1F1;
}
</style>
background-color css
<style>
a { background-color: #BCC1F1; }
a { background-color: rgb(188,193,241); }
div.DivClassName
{
background-color: #BCC1F1;
}
.BgClassName
{
background-color: #BCC1F1;
}
</style>
border-color css
<style>
span { border-color: #BCC1F1; }
span { border-color: rgb(188,193,241); }
td.TdClassName
{
border-color: #BCC1F1;
}
.TagClassName
{
border-color: #BCC1F1;
}
</style>