Shades of Periwinkle #BCCCF0
Tints of Periwinkle #BCCCF0
RGB
CMYK
RGB Variations
Color information
#BCCCF0 (or 0xBCCCF0) is known color: Periwinkle. HEX triplet: BC, CC and F0. RGB value is (188,204,240). Sum of RGB (Red+Green+Blue) = 188+204+240=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF0 is #43330F. Grayscale: #CBCBCB. Windows color (decimal): -4403984 or 15781052. OLE color: 15781052.
HSL color Cylindrical-coordinate representation of color #BCCCF0: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCCF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 204 | 240 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 221.54º | 0.63% | 0.84% | - |
| HSV(B) | 221.54º | 0.22% | 0.94% | - |
| XYZ | 58.06 | 60.17 | 90.99 | - |
| YUV | 203.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 240 | 0.22 | 0.15 | 0 | 0.06 | 221.54 | 0.63 | 0.84 |
| Hex | BC | CC | F0 | 16 | F | 0 | 6 | DE | 3F | 54 |
| Octal | 274 | 314 | 360 | 26 | 17 | 0 | 6 | 336 | 77 | 124 |
| Binary | 10111100 | 11001100 | 11110000 | 10110 | 1111 | 0 | 110 | 11011110 | 111111 | 1010100 |
Color Harmonies of #BCCCF0
Complementary color
Monochromatic Colors of #BCCCF0
Black with #BCCCF0
Text Example
Text Example
White with #BCCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCF0; }
p { color: rgb(188,204,240); }
H1.HeaderClassName
{
color: #BCCCF0;
}
.AnyTagClassName
{
color: #BCCCF0;
}
</style>
background-color css
<style>
a { background-color: #BCCCF0; }
a { background-color: rgb(188,204,240); }
div.DivClassName
{
background-color: #BCCCF0;
}
.BgClassName
{
background-color: #BCCCF0;
}
</style>
border-color css
<style>
span { border-color: #BCCCF0; }
span { border-color: rgb(188,204,240); }
td.TdClassName
{
border-color: #BCCCF0;
}
.TagClassName
{
border-color: #BCCCF0;
}
</style>