Shades of Periwinkle #BCCCF5
Tints of Periwinkle #BCCCF5
RGB
CMYK
RGB Variations
Color information
#BCCCF5 (or 0xBCCCF5) is known color: Periwinkle. HEX triplet: BC, CC and F5. RGB value is (188,204,245). Sum of RGB (Red+Green+Blue) = 188+204+245=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF5 is #43330A. Grayscale: #CBCBCB. Windows color (decimal): -4403979 or 16108732. OLE color: 16108732.
HSL color Cylindrical-coordinate representation of color #BCCCF5: hue angle of 223.16º 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 #BCCCF5 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 204 | 245 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.04 |
| HSL | 223.16º | 0.74% | 0.85% | - |
| HSV(B) | 223.16º | 0.23% | 0.96% | - |
| XYZ | 58.81 | 60.47 | 94.96 | - |
| YUV | 203.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 245 | 0.23 | 0.17 | 0 | 0.04 | 223.16 | 0.74 | 0.85 |
| Hex | BC | CC | F5 | 17 | 11 | 0 | 4 | DF | 4A | 55 |
| Octal | 274 | 314 | 365 | 27 | 21 | 0 | 4 | 337 | 112 | 125 |
| Binary | 10111100 | 11001100 | 11110101 | 10111 | 10001 | 0 | 100 | 11011111 | 1001010 | 1010101 |
Color Harmonies of #BCCCF5
Complementary color
Monochromatic Colors of #BCCCF5
Black with #BCCCF5
Text Example
Text Example
White with #BCCCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCF5; }
p { color: rgb(188,204,245); }
H1.HeaderClassName
{
color: #BCCCF5;
}
.AnyTagClassName
{
color: #BCCCF5;
}
</style>
background-color css
<style>
a { background-color: #BCCCF5; }
a { background-color: rgb(188,204,245); }
div.DivClassName
{
background-color: #BCCCF5;
}
.BgClassName
{
background-color: #BCCCF5;
}
</style>
border-color css
<style>
span { border-color: #BCCCF5; }
span { border-color: rgb(188,204,245); }
td.TdClassName
{
border-color: #BCCCF5;
}
.TagClassName
{
border-color: #BCCCF5;
}
</style>