Shades of Periwinkle #BFC6F2
Tints of Periwinkle #BFC6F2
RGB
CMYK
RGB Variations
Color information
#BFC6F2 (or 0xBFC6F2) is known color: Periwinkle. HEX triplet: BF, C6 and F2. RGB value is (191,198,242). Sum of RGB (Red+Green+Blue) = 191+198+242=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6F2 is #40390D. Grayscale: #C8C8C8. Windows color (decimal): -4208910 or 15910591. OLE color: 15910591.
HSL color Cylindrical-coordinate representation of color #BFC6F2: hue angle of 231.76º 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 #BFC6F2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 198 | 242 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.05 |
| HSL | 231.76º | 0.66% | 0.85% | - |
| HSV(B) | 231.76º | 0.21% | 0.95% | - |
| XYZ | 57.71 | 57.88 | 92.13 | - |
| YUV | 200.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 242 | 0.21 | 0.18 | 0 | 0.05 | 231.76 | 0.66 | 0.85 |
| Hex | BF | C6 | F2 | 15 | 12 | 0 | 5 | E8 | 42 | 55 |
| Octal | 277 | 306 | 362 | 25 | 22 | 0 | 5 | 350 | 102 | 125 |
| Binary | 10111111 | 11000110 | 11110010 | 10101 | 10010 | 0 | 101 | 11101000 | 1000010 | 1010101 |
Color Harmonies of #BFC6F2
Complementary color
Monochromatic Colors of #BFC6F2
Black with #BFC6F2
Text Example
Text Example
White with #BFC6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6F2; }
p { color: rgb(191,198,242); }
H1.HeaderClassName
{
color: #BFC6F2;
}
.AnyTagClassName
{
color: #BFC6F2;
}
</style>
background-color css
<style>
a { background-color: #BFC6F2; }
a { background-color: rgb(191,198,242); }
div.DivClassName
{
background-color: #BFC6F2;
}
.BgClassName
{
background-color: #BFC6F2;
}
</style>
border-color css
<style>
span { border-color: #BFC6F2; }
span { border-color: rgb(191,198,242); }
td.TdClassName
{
border-color: #BFC6F2;
}
.TagClassName
{
border-color: #BFC6F2;
}
</style>