Shades of Periwinkle #BCCFE9
Tints of Periwinkle #BCCFE9
RGB
CMYK
RGB Variations
Color information
#BCCFE9 (or 0xBCCFE9) is known color: Periwinkle. HEX triplet: BC, CF and E9. RGB value is (188,207,233). Sum of RGB (Red+Green+Blue) = 188+207+233=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFE9 is #433016. Grayscale: #CCCCCC. Windows color (decimal): -4403223 or 15323068. OLE color: 15323068.
HSL color Cylindrical-coordinate representation of color #BCCFE9: hue angle of 214.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCFE9 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 207 | 233 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.09 |
| HSL | 214.67º | 0.51% | 0.83% | - |
| HSV(B) | 214.67º | 0.19% | 0.91% | - |
| XYZ | 57.76 | 61.2 | 85.86 | - |
| YUV | 204.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 233 | 0.19 | 0.11 | 0 | 0.09 | 214.67 | 0.51 | 0.83 |
| Hex | BC | CF | E9 | 13 | B | 0 | 9 | D7 | 33 | 53 |
| Octal | 274 | 317 | 351 | 23 | 13 | 0 | 11 | 327 | 63 | 123 |
| Binary | 10111100 | 11001111 | 11101001 | 10011 | 1011 | 0 | 1001 | 11010111 | 110011 | 1010011 |
Color Harmonies of #BCCFE9
Complementary color
Monochromatic Colors of #BCCFE9
Black with #BCCFE9
Text Example
Text Example
White with #BCCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFE9; }
p { color: rgb(188,207,233); }
H1.HeaderClassName
{
color: #BCCFE9;
}
.AnyTagClassName
{
color: #BCCFE9;
}
</style>
background-color css
<style>
a { background-color: #BCCFE9; }
a { background-color: rgb(188,207,233); }
div.DivClassName
{
background-color: #BCCFE9;
}
.BgClassName
{
background-color: #BCCFE9;
}
</style>
border-color css
<style>
span { border-color: #BCCFE9; }
span { border-color: rgb(188,207,233); }
td.TdClassName
{
border-color: #BCCFE9;
}
.TagClassName
{
border-color: #BCCFE9;
}
</style>