Shades of Periwinkle #BCC2E0
Tints of Periwinkle #BCC2E0
RGB
CMYK
RGB Variations
Color information
#BCC2E0 (or 0xBCC2E0) is known color: Periwinkle. HEX triplet: BC, C2 and E0. RGB value is (188,194,224). Sum of RGB (Red+Green+Blue) = 188+194+224=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2E0 is #433D1F. Grayscale: #C3C3C3. Windows color (decimal): -4406560 or 14729916. OLE color: 14729916.
HSL color Cylindrical-coordinate representation of color #BCC2E0: hue angle of 230º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC2E0 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 194 | 224 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.12 |
| HSL | 230º | 0.37% | 0.81% | - |
| HSV(B) | 230º | 0.16% | 0.88% | - |
| XYZ | 53.49 | 54.66 | 78.25 | - |
| YUV | 195.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 224 | 0.16 | 0.13 | 0 | 0.12 | 230 | 0.37 | 0.81 |
| Hex | BC | C2 | E0 | 10 | D | 0 | C | E6 | 25 | 51 |
| Octal | 274 | 302 | 340 | 20 | 15 | 0 | 14 | 346 | 45 | 121 |
| Binary | 10111100 | 11000010 | 11100000 | 10000 | 1101 | 0 | 1100 | 11100110 | 100101 | 1010001 |
Color Harmonies of #BCC2E0
Complementary color
Monochromatic Colors of #BCC2E0
Black with #BCC2E0
Text Example
Text Example
White with #BCC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2E0; }
p { color: rgb(188,194,224); }
H1.HeaderClassName
{
color: #BCC2E0;
}
.AnyTagClassName
{
color: #BCC2E0;
}
</style>
background-color css
<style>
a { background-color: #BCC2E0; }
a { background-color: rgb(188,194,224); }
div.DivClassName
{
background-color: #BCC2E0;
}
.BgClassName
{
background-color: #BCC2E0;
}
</style>
border-color css
<style>
span { border-color: #BCC2E0; }
span { border-color: rgb(188,194,224); }
td.TdClassName
{
border-color: #BCC2E0;
}
.TagClassName
{
border-color: #BCC2E0;
}
</style>