Shades of Perano #BCC1F0
Tints of Perano #BCC1F0
RGB
CMYK
RGB Variations
Color information
#BCC1F0 (or 0xBCC1F0) is known color: Perano. HEX triplet: BC, C1 and F0. RGB value is (188,193,240). Sum of RGB (Red+Green+Blue) = 188+193+240=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1F0 is #433E0F. Grayscale: #C4C4C4. Windows color (decimal): -4406800 or 15778236. OLE color: 15778236.
HSL color Cylindrical-coordinate representation of color #BCC1F0: hue angle of 234.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC1F0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 193 | 240 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.06 |
| HSL | 234.23º | 0.63% | 0.84% | - |
| HSV(B) | 234.23º | 0.22% | 0.94% | - |
| XYZ | 55.54 | 55.12 | 90.15 | - |
| YUV | 196.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 240 | 0.22 | 0.20 | 0 | 0.06 | 234.23 | 0.63 | 0.84 |
| Hex | BC | C1 | F0 | 16 | 14 | 0 | 6 | EA | 3F | 54 |
| Octal | 274 | 301 | 360 | 26 | 24 | 0 | 6 | 352 | 77 | 124 |
| Binary | 10111100 | 11000001 | 11110000 | 10110 | 10100 | 0 | 110 | 11101010 | 111111 | 1010100 |
Color Harmonies of #BCC1F0
Complementary color
Monochromatic Colors of #BCC1F0
Black with #BCC1F0
Text Example
Text Example
White with #BCC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1F0; }
p { color: rgb(188,193,240); }
H1.HeaderClassName
{
color: #BCC1F0;
}
.AnyTagClassName
{
color: #BCC1F0;
}
</style>
background-color css
<style>
a { background-color: #BCC1F0; }
a { background-color: rgb(188,193,240); }
div.DivClassName
{
background-color: #BCC1F0;
}
.BgClassName
{
background-color: #BCC1F0;
}
</style>
border-color css
<style>
span { border-color: #BCC1F0; }
span { border-color: rgb(188,193,240); }
td.TdClassName
{
border-color: #BCC1F0;
}
.TagClassName
{
border-color: #BCC1F0;
}
</style>