Shades of Periwinkle #BCCFEB
Tints of Periwinkle #BCCFEB
RGB
CMYK
RGB Variations
Color information
#BCCFEB (or 0xBCCFEB) is known color: Periwinkle. HEX triplet: BC, CF and EB. RGB value is (188,207,235). Sum of RGB (Red+Green+Blue) = 188+207+235=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEB is #433014. Grayscale: #CCCCCC. Windows color (decimal): -4403221 or 15454140. OLE color: 15454140.
HSL color Cylindrical-coordinate representation of color #BCCFEB: hue angle of 215.74º degrees, saturation: 0.54, 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 #BCCFEB is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 207 | 235 | - |
| CMYK | 0.2 | 0.12 | 0 | 0.08 |
| HSL | 215.74º | 0.54% | 0.83% | - |
| HSV(B) | 215.74º | 0.2% | 0.92% | - |
| XYZ | 58.05 | 61.32 | 87.37 | - |
| YUV | 204.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 235 | 0.2 | 0.12 | 0 | 0.08 | 215.74 | 0.54 | 0.83 |
| Hex | BC | CF | EB | 14 | C | 0 | 8 | D8 | 36 | 53 |
| Octal | 274 | 317 | 353 | 24 | 14 | 0 | 10 | 330 | 66 | 123 |
| Binary | 10111100 | 11001111 | 11101011 | 10100 | 1100 | 0 | 1000 | 11011000 | 110110 | 1010011 |
Color Harmonies of #BCCFEB
Complementary color
Monochromatic Colors of #BCCFEB
Black with #BCCFEB
Text Example
Text Example
White with #BCCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFEB; }
p { color: rgb(188,207,235); }
H1.HeaderClassName
{
color: #BCCFEB;
}
.AnyTagClassName
{
color: #BCCFEB;
}
</style>
background-color css
<style>
a { background-color: #BCCFEB; }
a { background-color: rgb(188,207,235); }
div.DivClassName
{
background-color: #BCCFEB;
}
.BgClassName
{
background-color: #BCCFEB;
}
</style>
border-color css
<style>
span { border-color: #BCCFEB; }
span { border-color: rgb(188,207,235); }
td.TdClassName
{
border-color: #BCCFEB;
}
.TagClassName
{
border-color: #BCCFEB;
}
</style>