Shades of Periwinkle #BFCEFD
Tints of Periwinkle #BFCEFD
RGB
CMYK
RGB Variations
Color information
#BFCEFD (or 0xBFCEFD) is known color: Periwinkle. HEX triplet: BF, CE and FD. RGB value is (191,206,253). Sum of RGB (Red+Green+Blue) = 191+206+253=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEFD is #403102. Grayscale: #CECECE. Windows color (decimal): -4206851 or 16633535. OLE color: 16633535.
HSL color Cylindrical-coordinate representation of color #BFCEFD: hue angle of 225.48º 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 #BFCEFD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 206 | 253 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.01 |
| HSL | 225.48º | 0.94% | 0.87% | - |
| HSV(B) | 225.48º | 0.25% | 0.99% | - |
| XYZ | 61.29 | 62.31 | 101.73 | - |
| YUV | 206.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 253 | 0.25 | 0.19 | 0 | 0.01 | 225.48 | 0.94 | 0.87 |
| Hex | BF | CE | FD | 19 | 13 | 0 | 1 | E1 | 5E | 57 |
| Octal | 277 | 316 | 375 | 31 | 23 | 0 | 1 | 341 | 136 | 127 |
| Binary | 10111111 | 11001110 | 11111101 | 11001 | 10011 | 0 | 1 | 11100001 | 1011110 | 1010111 |
Color Harmonies of #BFCEFD
Complementary color
Monochromatic Colors of #BFCEFD
Black with #BFCEFD
Text Example
Text Example
White with #BFCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEFD; }
p { color: rgb(191,206,253); }
H1.HeaderClassName
{
color: #BFCEFD;
}
.AnyTagClassName
{
color: #BFCEFD;
}
</style>
background-color css
<style>
a { background-color: #BFCEFD; }
a { background-color: rgb(191,206,253); }
div.DivClassName
{
background-color: #BFCEFD;
}
.BgClassName
{
background-color: #BFCEFD;
}
</style>
border-color css
<style>
span { border-color: #BFCEFD; }
span { border-color: rgb(191,206,253); }
td.TdClassName
{
border-color: #BFCEFD;
}
.TagClassName
{
border-color: #BFCEFD;
}
</style>