Shades of Periwinkle #BFCFFD
Tints of Periwinkle #BFCFFD
RGB
CMYK
RGB Variations
Color information
#BFCFFD (or 0xBFCFFD) is known color: Periwinkle. HEX triplet: BF, CF and FD. RGB value is (191,207,253). Sum of RGB (Red+Green+Blue) = 191+207+253=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFFD is #403002. Grayscale: #CFCFCF. Windows color (decimal): -4206595 or 16633791. OLE color: 16633791.
HSL color Cylindrical-coordinate representation of color #BFCFFD: hue angle of 224.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCFFD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 207 | 253 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.01 |
| HSL | 224.52º | 0.94% | 0.87% | - |
| HSV(B) | 224.52º | 0.25% | 0.99% | - |
| XYZ | 61.53 | 62.79 | 101.81 | - |
| YUV | 207.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 253 | 0.25 | 0.18 | 0 | 0.01 | 224.52 | 0.94 | 0.87 |
| Hex | BF | CF | FD | 19 | 12 | 0 | 1 | E1 | 5E | 57 |
| Octal | 277 | 317 | 375 | 31 | 22 | 0 | 1 | 341 | 136 | 127 |
| Binary | 10111111 | 11001111 | 11111101 | 11001 | 10010 | 0 | 1 | 11100001 | 1011110 | 1010111 |
Color Harmonies of #BFCFFD
Complementary color
Monochromatic Colors of #BFCFFD
Black with #BFCFFD
Text Example
Text Example
White with #BFCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFFD; }
p { color: rgb(191,207,253); }
H1.HeaderClassName
{
color: #BFCFFD;
}
.AnyTagClassName
{
color: #BFCFFD;
}
</style>
background-color css
<style>
a { background-color: #BFCFFD; }
a { background-color: rgb(191,207,253); }
div.DivClassName
{
background-color: #BFCFFD;
}
.BgClassName
{
background-color: #BFCFFD;
}
</style>
border-color css
<style>
span { border-color: #BFCFFD; }
span { border-color: rgb(191,207,253); }
td.TdClassName
{
border-color: #BFCFFD;
}
.TagClassName
{
border-color: #BFCFFD;
}
</style>