Shades of Perano #BCC0EB
Tints of Perano #BCC0EB
RGB
CMYK
RGB Variations
Color information
#BCC0EB (or 0xBCC0EB) is known color: Perano. HEX triplet: BC, C0 and EB. RGB value is (188,192,235). Sum of RGB (Red+Green+Blue) = 188+192+235=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EB is #433F14. Grayscale: #C3C3C3. Windows color (decimal): -4407061 or 15450300. OLE color: 15450300.
HSL color Cylindrical-coordinate representation of color #BCC0EB: hue angle of 234.89º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC0EB is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 192 | 235 | - |
| CMYK | 0.2 | 0.18 | 0 | 0.08 |
| HSL | 234.89º | 0.54% | 0.83% | - |
| HSV(B) | 234.89º | 0.2% | 0.92% | - |
| XYZ | 54.58 | 54.39 | 86.22 | - |
| YUV | 195.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 235 | 0.2 | 0.18 | 0 | 0.08 | 234.89 | 0.54 | 0.83 |
| Hex | BC | C0 | EB | 14 | 12 | 0 | 8 | EB | 36 | 53 |
| Octal | 274 | 300 | 353 | 24 | 22 | 0 | 10 | 353 | 66 | 123 |
| Binary | 10111100 | 11000000 | 11101011 | 10100 | 10010 | 0 | 1000 | 11101011 | 110110 | 1010011 |
Color Harmonies of #BCC0EB
Complementary color
Monochromatic Colors of #BCC0EB
Black with #BCC0EB
Text Example
Text Example
White with #BCC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0EB; }
p { color: rgb(188,192,235); }
H1.HeaderClassName
{
color: #BCC0EB;
}
.AnyTagClassName
{
color: #BCC0EB;
}
</style>
background-color css
<style>
a { background-color: #BCC0EB; }
a { background-color: rgb(188,192,235); }
div.DivClassName
{
background-color: #BCC0EB;
}
.BgClassName
{
background-color: #BCC0EB;
}
</style>
border-color css
<style>
span { border-color: #BCC0EB; }
span { border-color: rgb(188,192,235); }
td.TdClassName
{
border-color: #BCC0EB;
}
.TagClassName
{
border-color: #BCC0EB;
}
</style>