Shades of Periwinkle #BFCFFE
Tints of Periwinkle #BFCFFE
RGB
CMYK
RGB Variations
Color information
#BFCFFE (or 0xBFCFFE) is known color: Periwinkle. HEX triplet: BF, CF and FE. RGB value is (191,207,254). Sum of RGB (Red+Green+Blue) = 191+207+254=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFFE is #403001. Grayscale: #CFCFCF. Windows color (decimal): -4206594 or 16699327. OLE color: 16699327.
HSL color Cylindrical-coordinate representation of color #BFCFFE: hue angle of 224.76º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCFFE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 191 | 207 | 254 | - |
CMYK | 0.25 | 0.19 | 0 | 0.00 |
HSL | 224.76º | 0.97% | 0.87% | - |
HSV(B) | 224.76º | 0.25% | 1% | - |
XYZ | 61.69 | 62.86 | 102.65 | - |
YUV | 207.57 | 154.2 | 116.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 207 | 254 | 0.25 | 0.19 | 0 | 0.00 | 224.76 | 0.97 | 0.87 |
Hex | BF | CF | FE | 19 | 13 | 0 | 0 | E1 | 61 | 57 |
Octal | 277 | 317 | 376 | 31 | 23 | 0 | 0 | 341 | 141 | 127 |
Binary | 10111111 | 11001111 | 11111110 | 11001 | 10011 | 0 | 0 | 11100001 | 1100001 | 1010111 |
Color Harmonies of #BFCFFE
Complementary color
Monochromatic Colors of #BFCFFE
Black with #BFCFFE
Text Example
Text Example
White with #BFCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFFE; }
p { color: rgb(191,207,254); }
H1.HeaderClassName
{
color: #BFCFFE;
}
.AnyTagClassName
{
color: #BFCFFE;
}
</style>
background-color css
<style>
a { background-color: #BFCFFE; }
a { background-color: rgb(191,207,254); }
div.DivClassName
{
background-color: #BFCFFE;
}
.BgClassName
{
background-color: #BFCFFE;
}
</style>
border-color css
<style>
span { border-color: #BFCFFE; }
span { border-color: rgb(191,207,254); }
td.TdClassName
{
border-color: #BFCFFE;
}
.TagClassName
{
border-color: #BFCFFE;
}
</style>