Shades of Periwinkle #BCCEF2
Tints of Periwinkle #BCCEF2
RGB
CMYK
RGB Variations
Color information
#BCCEF2 (or 0xBCCEF2) is known color: Periwinkle. HEX triplet: BC, CE and F2. RGB value is (188,206,242). Sum of RGB (Red+Green+Blue) = 188+206+242=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF2 is #43310D. Grayscale: #CCCCCC. Windows color (decimal): -4403470 or 15912636. OLE color: 15912636.
HSL color Cylindrical-coordinate representation of color #BCCEF2: hue angle of 220º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCEF2 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 206 | 242 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.05 |
| HSL | 220º | 0.68% | 0.84% | - |
| HSV(B) | 220º | 0.22% | 0.95% | - |
| XYZ | 58.84 | 61.24 | 92.72 | - |
| YUV | 204.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 242 | 0.22 | 0.15 | 0 | 0.05 | 220 | 0.68 | 0.84 |
| Hex | BC | CE | F2 | 16 | F | 0 | 5 | DC | 44 | 54 |
| Octal | 274 | 316 | 362 | 26 | 17 | 0 | 5 | 334 | 104 | 124 |
| Binary | 10111100 | 11001110 | 11110010 | 10110 | 1111 | 0 | 101 | 11011100 | 1000100 | 1010100 |
Color Harmonies of #BCCEF2
Complementary color
Monochromatic Colors of #BCCEF2
Black with #BCCEF2
Text Example
Text Example
White with #BCCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEF2; }
p { color: rgb(188,206,242); }
H1.HeaderClassName
{
color: #BCCEF2;
}
.AnyTagClassName
{
color: #BCCEF2;
}
</style>
background-color css
<style>
a { background-color: #BCCEF2; }
a { background-color: rgb(188,206,242); }
div.DivClassName
{
background-color: #BCCEF2;
}
.BgClassName
{
background-color: #BCCEF2;
}
</style>
border-color css
<style>
span { border-color: #BCCEF2; }
span { border-color: rgb(188,206,242); }
td.TdClassName
{
border-color: #BCCEF2;
}
.TagClassName
{
border-color: #BCCEF2;
}
</style>