Shades of Periwinkle #BCCFEA
Tints of Periwinkle #BCCFEA
RGB
CMYK
RGB Variations
Color information
#BCCFEA (or 0xBCCFEA) is known color: Periwinkle. HEX triplet: BC, CF and EA. RGB value is (188,207,234). Sum of RGB (Red+Green+Blue) = 188+207+234=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEA is #433015. Grayscale: #CCCCCC. Windows color (decimal): -4403222 or 15388604. OLE color: 15388604.
HSL color Cylindrical-coordinate representation of color #BCCFEA: hue angle of 215.22º degrees, saturation: 0.52, 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 #BCCFEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 207 | 234 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.08 |
| HSL | 215.22º | 0.52% | 0.83% | - |
| HSV(B) | 215.22º | 0.2% | 0.92% | - |
| XYZ | 57.9 | 61.26 | 86.61 | - |
| YUV | 204.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 234 | 0.20 | 0.12 | 0 | 0.08 | 215.22 | 0.52 | 0.83 |
| Hex | BC | CF | EA | 14 | C | 0 | 8 | D7 | 34 | 53 |
| Octal | 274 | 317 | 352 | 24 | 14 | 0 | 10 | 327 | 64 | 123 |
| Binary | 10111100 | 11001111 | 11101010 | 10100 | 1100 | 0 | 1000 | 11010111 | 110100 | 1010011 |
Color Harmonies of #BCCFEA
Complementary color
Monochromatic Colors of #BCCFEA
Black with #BCCFEA
Text Example
Text Example
White with #BCCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFEA; }
p { color: rgb(188,207,234); }
H1.HeaderClassName
{
color: #BCCFEA;
}
.AnyTagClassName
{
color: #BCCFEA;
}
</style>
background-color css
<style>
a { background-color: #BCCFEA; }
a { background-color: rgb(188,207,234); }
div.DivClassName
{
background-color: #BCCFEA;
}
.BgClassName
{
background-color: #BCCFEA;
}
</style>
border-color css
<style>
span { border-color: #BCCFEA; }
span { border-color: rgb(188,207,234); }
td.TdClassName
{
border-color: #BCCFEA;
}
.TagClassName
{
border-color: #BCCFEA;
}
</style>