Shades of Periwinkle #BCCFF5
Tints of Periwinkle #BCCFF5
RGB
CMYK
RGB Variations
Color information
#BCCFF5 (or 0xBCCFF5) is known color: Periwinkle. HEX triplet: BC, CF and F5. RGB value is (188,207,245). Sum of RGB (Red+Green+Blue) = 188+207+245=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF5 is #43300A. Grayscale: #CDCDCD. Windows color (decimal): -4403211 or 16109500. OLE color: 16109500.
HSL color Cylindrical-coordinate representation of color #BCCFF5: hue angle of 220º 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 #BCCFF5 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 207 | 245 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.04 |
| HSL | 220º | 0.74% | 0.85% | - |
| HSV(B) | 220º | 0.23% | 0.96% | - |
| XYZ | 59.53 | 61.91 | 95.2 | - |
| YUV | 205.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 245 | 0.23 | 0.16 | 0 | 0.04 | 220 | 0.74 | 0.85 |
| Hex | BC | CF | F5 | 17 | 10 | 0 | 4 | DC | 4A | 55 |
| Octal | 274 | 317 | 365 | 27 | 20 | 0 | 4 | 334 | 112 | 125 |
| Binary | 10111100 | 11001111 | 11110101 | 10111 | 10000 | 0 | 100 | 11011100 | 1001010 | 1010101 |
Color Harmonies of #BCCFF5
Complementary color
Monochromatic Colors of #BCCFF5
Black with #BCCFF5
Text Example
Text Example
White with #BCCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFF5; }
p { color: rgb(188,207,245); }
H1.HeaderClassName
{
color: #BCCFF5;
}
.AnyTagClassName
{
color: #BCCFF5;
}
</style>
background-color css
<style>
a { background-color: #BCCFF5; }
a { background-color: rgb(188,207,245); }
div.DivClassName
{
background-color: #BCCFF5;
}
.BgClassName
{
background-color: #BCCFF5;
}
</style>
border-color css
<style>
span { border-color: #BCCFF5; }
span { border-color: rgb(188,207,245); }
td.TdClassName
{
border-color: #BCCFF5;
}
.TagClassName
{
border-color: #BCCFF5;
}
</style>