Shades of Periwinkle #BCCFFE
Tints of Periwinkle #BCCFFE
RGB
CMYK
RGB Variations
Color information
#BCCFFE (or 0xBCCFFE) is known color: Periwinkle. HEX triplet: BC, CF and FE. RGB value is (188,207,254). Sum of RGB (Red+Green+Blue) = 188+207+254=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFE is #433001. Grayscale: #CECECE. Windows color (decimal): -4403202 or 16699324. OLE color: 16699324.
HSL color Cylindrical-coordinate representation of color #BCCFFE: hue angle of 222.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCFFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 207 | 254 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.00 |
| HSL | 222.73º | 0.97% | 0.87% | - |
| HSV(B) | 222.73º | 0.26% | 1% | - |
| XYZ | 60.94 | 62.47 | 102.61 | - |
| YUV | 206.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 254 | 0.26 | 0.19 | 0 | 0.00 | 222.73 | 0.97 | 0.87 |
| Hex | BC | CF | FE | 1A | 13 | 0 | 0 | DF | 61 | 57 |
| Octal | 274 | 317 | 376 | 32 | 23 | 0 | 0 | 337 | 141 | 127 |
| Binary | 10111100 | 11001111 | 11111110 | 11010 | 10011 | 0 | 0 | 11011111 | 1100001 | 1010111 |
Color Harmonies of #BCCFFE
Complementary color
Monochromatic Colors of #BCCFFE
Black with #BCCFFE
Text Example
Text Example
White with #BCCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFFE; }
p { color: rgb(188,207,254); }
H1.HeaderClassName
{
color: #BCCFFE;
}
.AnyTagClassName
{
color: #BCCFFE;
}
</style>
background-color css
<style>
a { background-color: #BCCFFE; }
a { background-color: rgb(188,207,254); }
div.DivClassName
{
background-color: #BCCFFE;
}
.BgClassName
{
background-color: #BCCFFE;
}
</style>
border-color css
<style>
span { border-color: #BCCFFE; }
span { border-color: rgb(188,207,254); }
td.TdClassName
{
border-color: #BCCFFE;
}
.TagClassName
{
border-color: #BCCFFE;
}
</style>