Shades of Periwinkle #BCCEF5
Tints of Periwinkle #BCCEF5
RGB
CMYK
RGB Variations
Color information
#BCCEF5 (or 0xBCCEF5) is known color: Periwinkle. HEX triplet: BC, CE and F5. RGB value is (188,206,245). Sum of RGB (Red+Green+Blue) = 188+206+245=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF5 is #43310A. Grayscale: #CCCCCC. Windows color (decimal): -4403467 or 16109244. OLE color: 16109244.
HSL color Cylindrical-coordinate representation of color #BCCEF5: hue angle of 221.05º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCEF5 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 206 | 245 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.04 |
| HSL | 221.05º | 0.74% | 0.85% | - |
| HSV(B) | 221.05º | 0.23% | 0.96% | - |
| XYZ | 59.29 | 61.43 | 95.12 | - |
| YUV | 205.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 245 | 0.23 | 0.16 | 0 | 0.04 | 221.05 | 0.74 | 0.85 |
| Hex | BC | CE | F5 | 17 | 10 | 0 | 4 | DD | 4A | 55 |
| Octal | 274 | 316 | 365 | 27 | 20 | 0 | 4 | 335 | 112 | 125 |
| Binary | 10111100 | 11001110 | 11110101 | 10111 | 10000 | 0 | 100 | 11011101 | 1001010 | 1010101 |
Color Harmonies of #BCCEF5
Complementary color
Monochromatic Colors of #BCCEF5
Black with #BCCEF5
Text Example
Text Example
White with #BCCEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEF5; }
p { color: rgb(188,206,245); }
H1.HeaderClassName
{
color: #BCCEF5;
}
.AnyTagClassName
{
color: #BCCEF5;
}
</style>
background-color css
<style>
a { background-color: #BCCEF5; }
a { background-color: rgb(188,206,245); }
div.DivClassName
{
background-color: #BCCEF5;
}
.BgClassName
{
background-color: #BCCEF5;
}
</style>
border-color css
<style>
span { border-color: #BCCEF5; }
span { border-color: rgb(188,206,245); }
td.TdClassName
{
border-color: #BCCEF5;
}
.TagClassName
{
border-color: #BCCEF5;
}
</style>