Shades of Perano #BCC0F2
Tints of Perano #BCC0F2
RGB
CMYK
RGB Variations
Color information
#BCC0F2 (or 0xBCC0F2) is known color: Perano. HEX triplet: BC, C0 and F2. RGB value is (188,192,242). Sum of RGB (Red+Green+Blue) = 188+192+242=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0F2 is #433F0D. Grayscale: #C4C4C4. Windows color (decimal): -4407054 or 15909052. OLE color: 15909052.
HSL color Cylindrical-coordinate representation of color #BCC0F2: hue angle of 235.56º degrees, saturation: 0.68, 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 #BCC0F2 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 192 | 242 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 235.56º | 0.68% | 0.84% | - |
| HSV(B) | 235.56º | 0.22% | 0.95% | - |
| XYZ | 55.62 | 54.8 | 91.65 | - |
| YUV | 196.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 242 | 0.22 | 0.21 | 0 | 0.05 | 235.56 | 0.68 | 0.84 |
| Hex | BC | C0 | F2 | 16 | 15 | 0 | 5 | EC | 44 | 54 |
| Octal | 274 | 300 | 362 | 26 | 25 | 0 | 5 | 354 | 104 | 124 |
| Binary | 10111100 | 11000000 | 11110010 | 10110 | 10101 | 0 | 101 | 11101100 | 1000100 | 1010100 |
Color Harmonies of #BCC0F2
Complementary color
Monochromatic Colors of #BCC0F2
Black with #BCC0F2
Text Example
Text Example
White with #BCC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0F2; }
p { color: rgb(188,192,242); }
H1.HeaderClassName
{
color: #BCC0F2;
}
.AnyTagClassName
{
color: #BCC0F2;
}
</style>
background-color css
<style>
a { background-color: #BCC0F2; }
a { background-color: rgb(188,192,242); }
div.DivClassName
{
background-color: #BCC0F2;
}
.BgClassName
{
background-color: #BCC0F2;
}
</style>
border-color css
<style>
span { border-color: #BCC0F2; }
span { border-color: rgb(188,192,242); }
td.TdClassName
{
border-color: #BCC0F2;
}
.TagClassName
{
border-color: #BCC0F2;
}
</style>