Shades of Perano #BCC0EE
Tints of Perano #BCC0EE
RGB
CMYK
RGB Variations
Color information
#BCC0EE (or 0xBCC0EE) is known color: Perano. HEX triplet: BC, C0 and EE. RGB value is (188,192,238). Sum of RGB (Red+Green+Blue) = 188+192+238=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EE is #433F11. Grayscale: #C3C3C3. Windows color (decimal): -4407058 or 15646908. OLE color: 15646908.
HSL color Cylindrical-coordinate representation of color #BCC0EE: hue angle of 235.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 192 | 238 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 235.2º | 0.6% | 0.84% | - |
| HSV(B) | 235.2º | 0.21% | 0.93% | - |
| XYZ | 55.02 | 54.56 | 88.52 | - |
| YUV | 196.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 238 | 0.21 | 0.19 | 0 | 0.07 | 235.2 | 0.6 | 0.84 |
| Hex | BC | C0 | EE | 15 | 13 | 0 | 7 | EB | 3C | 54 |
| Octal | 274 | 300 | 356 | 25 | 23 | 0 | 7 | 353 | 74 | 124 |
| Binary | 10111100 | 11000000 | 11101110 | 10101 | 10011 | 0 | 111 | 11101011 | 111100 | 1010100 |
Color Harmonies of #BCC0EE
Complementary color
Monochromatic Colors of #BCC0EE
Black with #BCC0EE
Text Example
Text Example
White with #BCC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0EE; }
p { color: rgb(188,192,238); }
H1.HeaderClassName
{
color: #BCC0EE;
}
.AnyTagClassName
{
color: #BCC0EE;
}
</style>
background-color css
<style>
a { background-color: #BCC0EE; }
a { background-color: rgb(188,192,238); }
div.DivClassName
{
background-color: #BCC0EE;
}
.BgClassName
{
background-color: #BCC0EE;
}
</style>
border-color css
<style>
span { border-color: #BCC0EE; }
span { border-color: rgb(188,192,238); }
td.TdClassName
{
border-color: #BCC0EE;
}
.TagClassName
{
border-color: #BCC0EE;
}
</style>