Shades of Periwinkle #BFC3DE
Tints of Periwinkle #BFC3DE
RGB
CMYK
RGB Variations
Color information
#BFC3DE (or 0xBFC3DE) is known color: Periwinkle. HEX triplet: BF, C3 and DE. RGB value is (191,195,222). Sum of RGB (Red+Green+Blue) = 191+195+222=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DE is #403C21. Grayscale: #C4C4C4. Windows color (decimal): -4209698 or 14599103. OLE color: 14599103.
HSL color Cylindrical-coordinate representation of color #BFC3DE: hue angle of 232.26º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC3DE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 195 | 222 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.13 |
| HSL | 232.26º | 0.32% | 0.81% | - |
| HSV(B) | 232.26º | 0.14% | 0.87% | - |
| XYZ | 54.19 | 55.38 | 76.94 | - |
| YUV | 196.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 222 | 0.14 | 0.12 | 0 | 0.13 | 232.26 | 0.32 | 0.81 |
| Hex | BF | C3 | DE | E | C | 0 | D | E8 | 20 | 51 |
| Octal | 277 | 303 | 336 | 16 | 14 | 0 | 15 | 350 | 40 | 121 |
| Binary | 10111111 | 11000011 | 11011110 | 1110 | 1100 | 0 | 1101 | 11101000 | 100000 | 1010001 |
Color Harmonies of #BFC3DE
Complementary color
Monochromatic Colors of #BFC3DE
Black with #BFC3DE
Text Example
Text Example
White with #BFC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3DE; }
p { color: rgb(191,195,222); }
H1.HeaderClassName
{
color: #BFC3DE;
}
.AnyTagClassName
{
color: #BFC3DE;
}
</style>
background-color css
<style>
a { background-color: #BFC3DE; }
a { background-color: rgb(191,195,222); }
div.DivClassName
{
background-color: #BFC3DE;
}
.BgClassName
{
background-color: #BFC3DE;
}
</style>
border-color css
<style>
span { border-color: #BFC3DE; }
span { border-color: rgb(191,195,222); }
td.TdClassName
{
border-color: #BFC3DE;
}
.TagClassName
{
border-color: #BFC3DE;
}
</style>