Shades of Perano #BCC1EE
Tints of Perano #BCC1EE
RGB
CMYK
RGB Variations
Color information
#BCC1EE (or 0xBCC1EE) is known color: Perano. HEX triplet: BC, C1 and EE. RGB value is (188,193,238). Sum of RGB (Red+Green+Blue) = 188+193+238=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1EE is #433E11. Grayscale: #C4C4C4. Windows color (decimal): -4406802 or 15647164. OLE color: 15647164.
HSL color Cylindrical-coordinate representation of color #BCC1EE: hue angle of 234º 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 #BCC1EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 193 | 238 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.07 |
| HSL | 234º | 0.6% | 0.84% | - |
| HSV(B) | 234º | 0.21% | 0.93% | - |
| XYZ | 55.24 | 55 | 88.59 | - |
| YUV | 196.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 238 | 0.21 | 0.19 | 0 | 0.07 | 234 | 0.6 | 0.84 |
| Hex | BC | C1 | EE | 15 | 13 | 0 | 7 | EA | 3C | 54 |
| Octal | 274 | 301 | 356 | 25 | 23 | 0 | 7 | 352 | 74 | 124 |
| Binary | 10111100 | 11000001 | 11101110 | 10101 | 10011 | 0 | 111 | 11101010 | 111100 | 1010100 |
Color Harmonies of #BCC1EE
Complementary color
Monochromatic Colors of #BCC1EE
Black with #BCC1EE
Text Example
Text Example
White with #BCC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1EE; }
p { color: rgb(188,193,238); }
H1.HeaderClassName
{
color: #BCC1EE;
}
.AnyTagClassName
{
color: #BCC1EE;
}
</style>
background-color css
<style>
a { background-color: #BCC1EE; }
a { background-color: rgb(188,193,238); }
div.DivClassName
{
background-color: #BCC1EE;
}
.BgClassName
{
background-color: #BCC1EE;
}
</style>
border-color css
<style>
span { border-color: #BCC1EE; }
span { border-color: rgb(188,193,238); }
td.TdClassName
{
border-color: #BCC1EE;
}
.TagClassName
{
border-color: #BCC1EE;
}
</style>