Shades of Periwinkle #BFCFEC
Tints of Periwinkle #BFCFEC
RGB
CMYK
RGB Variations
Color information
#BFCFEC (or 0xBFCFEC) is known color: Periwinkle. HEX triplet: BF, CF and EC. RGB value is (191,207,236). Sum of RGB (Red+Green+Blue) = 191+207+236=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFEC is #403013. Grayscale: #CDCDCD. Windows color (decimal): -4206612 or 15519679. OLE color: 15519679.
HSL color Cylindrical-coordinate representation of color #BFCFEC: hue angle of 218.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCFEC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 207 | 236 | - |
CMYK | 0.19 | 0.12 | 0 | 0.07 |
HSL | 218.67º | 0.54% | 0.84% | - |
HSV(B) | 218.67º | 0.19% | 0.93% | - |
XYZ | 58.94 | 61.76 | 88.17 | - |
YUV | 205.52 | 145.2 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 207 | 236 | 0.19 | 0.12 | 0 | 0.07 | 218.67 | 0.54 | 0.84 |
Hex | BF | CF | EC | 13 | C | 0 | 7 | DB | 36 | 54 |
Octal | 277 | 317 | 354 | 23 | 14 | 0 | 7 | 333 | 66 | 124 |
Binary | 10111111 | 11001111 | 11101100 | 10011 | 1100 | 0 | 111 | 11011011 | 110110 | 1010100 |
Color Harmonies of #BFCFEC
Complementary color
Monochromatic Colors of #BFCFEC
Black with #BFCFEC
Text Example
Text Example
White with #BFCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFEC; }
p { color: rgb(191,207,236); }
H1.HeaderClassName
{
color: #BFCFEC;
}
.AnyTagClassName
{
color: #BFCFEC;
}
</style>
background-color css
<style>
a { background-color: #BFCFEC; }
a { background-color: rgb(191,207,236); }
div.DivClassName
{
background-color: #BFCFEC;
}
.BgClassName
{
background-color: #BFCFEC;
}
</style>
border-color css
<style>
span { border-color: #BFCFEC; }
span { border-color: rgb(191,207,236); }
td.TdClassName
{
border-color: #BFCFEC;
}
.TagClassName
{
border-color: #BFCFEC;
}
</style>