Shades of Periwinkle #BFCEF0
Tints of Periwinkle #BFCEF0
RGB
CMYK
RGB Variations
Color information
#BFCEF0 (or 0xBFCEF0) is known color: Periwinkle. HEX triplet: BF, CE and F0. RGB value is (191,206,240). Sum of RGB (Red+Green+Blue) = 191+206+240=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEF0 is #40310F. Grayscale: #CDCDCD. Windows color (decimal): -4206864 or 15781567. OLE color: 15781567.
HSL color Cylindrical-coordinate representation of color #BFCEF0: hue angle of 221.63º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCEF0 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 206 | 240 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.06 |
| HSL | 221.63º | 0.62% | 0.85% | - |
| HSV(B) | 221.63º | 0.2% | 0.94% | - |
| XYZ | 59.29 | 61.51 | 91.19 | - |
| YUV | 205.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 240 | 0.20 | 0.14 | 0 | 0.06 | 221.63 | 0.62 | 0.85 |
| Hex | BF | CE | F0 | 14 | E | 0 | 6 | DE | 3E | 55 |
| Octal | 277 | 316 | 360 | 24 | 16 | 0 | 6 | 336 | 76 | 125 |
| Binary | 10111111 | 11001110 | 11110000 | 10100 | 1110 | 0 | 110 | 11011110 | 111110 | 1010101 |
Color Harmonies of #BFCEF0
Complementary color
Monochromatic Colors of #BFCEF0
Black with #BFCEF0
Text Example
Text Example
White with #BFCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEF0; }
p { color: rgb(191,206,240); }
H1.HeaderClassName
{
color: #BFCEF0;
}
.AnyTagClassName
{
color: #BFCEF0;
}
</style>
background-color css
<style>
a { background-color: #BFCEF0; }
a { background-color: rgb(191,206,240); }
div.DivClassName
{
background-color: #BFCEF0;
}
.BgClassName
{
background-color: #BFCEF0;
}
</style>
border-color css
<style>
span { border-color: #BFCEF0; }
span { border-color: rgb(191,206,240); }
td.TdClassName
{
border-color: #BFCEF0;
}
.TagClassName
{
border-color: #BFCEF0;
}
</style>