Shades of Periwinkle #BFCFF3
Tints of Periwinkle #BFCFF3
RGB
CMYK
RGB Variations
Color information
#BFCFF3 (or 0xBFCFF3) is known color: Periwinkle. HEX triplet: BF, CF and F3. RGB value is (191,207,243). Sum of RGB (Red+Green+Blue) = 191+207+243=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF3 is #40300C. Grayscale: #CECECE. Windows color (decimal): -4206605 or 15978431. OLE color: 15978431.
HSL color Cylindrical-coordinate representation of color #BFCFF3: hue angle of 221.54º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCFF3 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 207 | 243 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.05 |
| HSL | 221.54º | 0.68% | 0.85% | - |
| HSV(B) | 221.54º | 0.21% | 0.95% | - |
| XYZ | 59.98 | 62.17 | 93.63 | - |
| YUV | 206.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 243 | 0.21 | 0.15 | 0 | 0.05 | 221.54 | 0.68 | 0.85 |
| Hex | BF | CF | F3 | 15 | F | 0 | 5 | DE | 44 | 55 |
| Octal | 277 | 317 | 363 | 25 | 17 | 0 | 5 | 336 | 104 | 125 |
| Binary | 10111111 | 11001111 | 11110011 | 10101 | 1111 | 0 | 101 | 11011110 | 1000100 | 1010101 |
Color Harmonies of #BFCFF3
Complementary color
Monochromatic Colors of #BFCFF3
Black with #BFCFF3
Text Example
Text Example
White with #BFCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFF3; }
p { color: rgb(191,207,243); }
H1.HeaderClassName
{
color: #BFCFF3;
}
.AnyTagClassName
{
color: #BFCFF3;
}
</style>
background-color css
<style>
a { background-color: #BFCFF3; }
a { background-color: rgb(191,207,243); }
div.DivClassName
{
background-color: #BFCFF3;
}
.BgClassName
{
background-color: #BFCFF3;
}
</style>
border-color css
<style>
span { border-color: #BFCFF3; }
span { border-color: rgb(191,207,243); }
td.TdClassName
{
border-color: #BFCFF3;
}
.TagClassName
{
border-color: #BFCFF3;
}
</style>