Shades of Periwinkle #BCCEF3
Tints of Periwinkle #BCCEF3
RGB
CMYK
RGB Variations
Color information
#BCCEF3 (or 0xBCCEF3) is known color: Periwinkle. HEX triplet: BC, CE and F3. RGB value is (188,206,243). Sum of RGB (Red+Green+Blue) = 188+206+243=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF3 is #43310C. Grayscale: #CCCCCC. Windows color (decimal): -4403469 or 15978172. OLE color: 15978172.
HSL color Cylindrical-coordinate representation of color #BCCEF3: hue angle of 220.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCEF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 206 | 243 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 220.36º | 0.7% | 0.85% | - |
| HSV(B) | 220.36º | 0.23% | 0.95% | - |
| XYZ | 58.99 | 61.31 | 93.52 | - |
| YUV | 204.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 243 | 0.23 | 0.15 | 0 | 0.05 | 220.36 | 0.7 | 0.85 |
| Hex | BC | CE | F3 | 17 | F | 0 | 5 | DC | 46 | 55 |
| Octal | 274 | 316 | 363 | 27 | 17 | 0 | 5 | 334 | 106 | 125 |
| Binary | 10111100 | 11001110 | 11110011 | 10111 | 1111 | 0 | 101 | 11011100 | 1000110 | 1010101 |
Color Harmonies of #BCCEF3
Complementary color
Monochromatic Colors of #BCCEF3
Black with #BCCEF3
Text Example
Text Example
White with #BCCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEF3; }
p { color: rgb(188,206,243); }
H1.HeaderClassName
{
color: #BCCEF3;
}
.AnyTagClassName
{
color: #BCCEF3;
}
</style>
background-color css
<style>
a { background-color: #BCCEF3; }
a { background-color: rgb(188,206,243); }
div.DivClassName
{
background-color: #BCCEF3;
}
.BgClassName
{
background-color: #BCCEF3;
}
</style>
border-color css
<style>
span { border-color: #BCCEF3; }
span { border-color: rgb(188,206,243); }
td.TdClassName
{
border-color: #BCCEF3;
}
.TagClassName
{
border-color: #BCCEF3;
}
</style>