Shades of Periwinkle #BCCFF1
Tints of Periwinkle #BCCFF1
RGB
CMYK
RGB Variations
Color information
#BCCFF1 (or 0xBCCFF1) is known color: Periwinkle. HEX triplet: BC, CF and F1. RGB value is (188,207,241). Sum of RGB (Red+Green+Blue) = 188+207+241=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF1 is #43300E. Grayscale: #CDCDCD. Windows color (decimal): -4403215 or 15847356. OLE color: 15847356.
HSL color Cylindrical-coordinate representation of color #BCCFF1: hue angle of 218.49º degrees, saturation: 0.65, 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 #BCCFF1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 207 | 241 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 218.49º | 0.65% | 0.84% | - |
| HSV(B) | 218.49º | 0.22% | 0.95% | - |
| XYZ | 58.93 | 61.67 | 92.02 | - |
| YUV | 205.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 241 | 0.22 | 0.14 | 0 | 0.05 | 218.49 | 0.65 | 0.84 |
| Hex | BC | CF | F1 | 16 | E | 0 | 5 | DA | 41 | 54 |
| Octal | 274 | 317 | 361 | 26 | 16 | 0 | 5 | 332 | 101 | 124 |
| Binary | 10111100 | 11001111 | 11110001 | 10110 | 1110 | 0 | 101 | 11011010 | 1000001 | 1010100 |
Color Harmonies of #BCCFF1
Complementary color
Monochromatic Colors of #BCCFF1
Black with #BCCFF1
Text Example
Text Example
White with #BCCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFF1; }
p { color: rgb(188,207,241); }
H1.HeaderClassName
{
color: #BCCFF1;
}
.AnyTagClassName
{
color: #BCCFF1;
}
</style>
background-color css
<style>
a { background-color: #BCCFF1; }
a { background-color: rgb(188,207,241); }
div.DivClassName
{
background-color: #BCCFF1;
}
.BgClassName
{
background-color: #BCCFF1;
}
</style>
border-color css
<style>
span { border-color: #BCCFF1; }
span { border-color: rgb(188,207,241); }
td.TdClassName
{
border-color: #BCCFF1;
}
.TagClassName
{
border-color: #BCCFF1;
}
</style>