Shades of Periwinkle #BCC2EE
Tints of Periwinkle #BCC2EE
RGB
CMYK
RGB Variations
Color information
#BCC2EE (or 0xBCC2EE) is known color: Periwinkle. HEX triplet: BC, C2 and EE. RGB value is (188,194,238). Sum of RGB (Red+Green+Blue) = 188+194+238=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EE is #433D11. Grayscale: #C5C5C5. Windows color (decimal): -4406546 or 15647420. OLE color: 15647420.
HSL color Cylindrical-coordinate representation of color #BCC2EE: hue angle of 232.8º 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 #BCC2EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 194 | 238 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 232.8º | 0.6% | 0.84% | - |
| HSV(B) | 232.8º | 0.21% | 0.93% | - |
| XYZ | 55.46 | 55.45 | 88.67 | - |
| YUV | 197.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 238 | 0.21 | 0.18 | 0 | 0.07 | 232.8 | 0.6 | 0.84 |
| Hex | BC | C2 | EE | 15 | 12 | 0 | 7 | E9 | 3C | 54 |
| Octal | 274 | 302 | 356 | 25 | 22 | 0 | 7 | 351 | 74 | 124 |
| Binary | 10111100 | 11000010 | 11101110 | 10101 | 10010 | 0 | 111 | 11101001 | 111100 | 1010100 |
Color Harmonies of #BCC2EE
Complementary color
Monochromatic Colors of #BCC2EE
Black with #BCC2EE
Text Example
Text Example
White with #BCC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2EE; }
p { color: rgb(188,194,238); }
H1.HeaderClassName
{
color: #BCC2EE;
}
.AnyTagClassName
{
color: #BCC2EE;
}
</style>
background-color css
<style>
a { background-color: #BCC2EE; }
a { background-color: rgb(188,194,238); }
div.DivClassName
{
background-color: #BCC2EE;
}
.BgClassName
{
background-color: #BCC2EE;
}
</style>
border-color css
<style>
span { border-color: #BCC2EE; }
span { border-color: rgb(188,194,238); }
td.TdClassName
{
border-color: #BCC2EE;
}
.TagClassName
{
border-color: #BCC2EE;
}
</style>