Shades of Periwinkle #BFCFF2
Tints of Periwinkle #BFCFF2
RGB
CMYK
RGB Variations
Color information
#BFCFF2 (or 0xBFCFF2) is known color: Periwinkle. HEX triplet: BF, CF and F2. RGB value is (191,207,242). Sum of RGB (Red+Green+Blue) = 191+207+242=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF2 is #40300D. Grayscale: #CECECE. Windows color (decimal): -4206606 or 15912895. OLE color: 15912895.
HSL color Cylindrical-coordinate representation of color #BFCFF2: hue angle of 221.18º degrees, saturation: 0.66, 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 #BFCFF2 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 207 | 242 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.05 |
| HSL | 221.18º | 0.66% | 0.85% | - |
| HSV(B) | 221.18º | 0.21% | 0.95% | - |
| XYZ | 59.83 | 62.11 | 92.84 | - |
| YUV | 206.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 242 | 0.21 | 0.14 | 0 | 0.05 | 221.18 | 0.66 | 0.85 |
| Hex | BF | CF | F2 | 15 | E | 0 | 5 | DD | 42 | 55 |
| Octal | 277 | 317 | 362 | 25 | 16 | 0 | 5 | 335 | 102 | 125 |
| Binary | 10111111 | 11001111 | 11110010 | 10101 | 1110 | 0 | 101 | 11011101 | 1000010 | 1010101 |
Color Harmonies of #BFCFF2
Complementary color
Monochromatic Colors of #BFCFF2
Black with #BFCFF2
Text Example
Text Example
White with #BFCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFF2; }
p { color: rgb(191,207,242); }
H1.HeaderClassName
{
color: #BFCFF2;
}
.AnyTagClassName
{
color: #BFCFF2;
}
</style>
background-color css
<style>
a { background-color: #BFCFF2; }
a { background-color: rgb(191,207,242); }
div.DivClassName
{
background-color: #BFCFF2;
}
.BgClassName
{
background-color: #BFCFF2;
}
</style>
border-color css
<style>
span { border-color: #BFCFF2; }
span { border-color: rgb(191,207,242); }
td.TdClassName
{
border-color: #BFCFF2;
}
.TagClassName
{
border-color: #BFCFF2;
}
</style>