Shades of Periwinkle #BCC2E1
Tints of Periwinkle #BCC2E1
RGB
CMYK
RGB Variations
Color information
#BCC2E1 (or 0xBCC2E1) is known color: Periwinkle. HEX triplet: BC, C2 and E1. RGB value is (188,194,225). Sum of RGB (Red+Green+Blue) = 188+194+225=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2E1 is #433D1E. Grayscale: #C3C3C3. Windows color (decimal): -4406559 or 14795452. OLE color: 14795452.
HSL color Cylindrical-coordinate representation of color #BCC2E1: hue angle of 230.27º degrees, saturation: 0.38, 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 #BCC2E1 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 194 | 225 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.12 |
| HSL | 230.27º | 0.38% | 0.81% | - |
| HSV(B) | 230.27º | 0.16% | 0.88% | - |
| XYZ | 53.62 | 54.71 | 78.97 | - |
| YUV | 195.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 225 | 0.16 | 0.14 | 0 | 0.12 | 230.27 | 0.38 | 0.81 |
| Hex | BC | C2 | E1 | 10 | E | 0 | C | E6 | 26 | 51 |
| Octal | 274 | 302 | 341 | 20 | 16 | 0 | 14 | 346 | 46 | 121 |
| Binary | 10111100 | 11000010 | 11100001 | 10000 | 1110 | 0 | 1100 | 11100110 | 100110 | 1010001 |
Color Harmonies of #BCC2E1
Complementary color
Monochromatic Colors of #BCC2E1
Black with #BCC2E1
Text Example
Text Example
White with #BCC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2E1; }
p { color: rgb(188,194,225); }
H1.HeaderClassName
{
color: #BCC2E1;
}
.AnyTagClassName
{
color: #BCC2E1;
}
</style>
background-color css
<style>
a { background-color: #BCC2E1; }
a { background-color: rgb(188,194,225); }
div.DivClassName
{
background-color: #BCC2E1;
}
.BgClassName
{
background-color: #BCC2E1;
}
</style>
border-color css
<style>
span { border-color: #BCC2E1; }
span { border-color: rgb(188,194,225); }
td.TdClassName
{
border-color: #BCC2E1;
}
.TagClassName
{
border-color: #BCC2E1;
}
</style>