Shades of Periwinkle #BFC9F3
Tints of Periwinkle #BFC9F3
RGB
CMYK
RGB Variations
Color information
#BFC9F3 (or 0xBFC9F3) is known color: Periwinkle. HEX triplet: BF, C9 and F3. RGB value is (191,201,243). Sum of RGB (Red+Green+Blue) = 191+201+243=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F3 is #40360C. Grayscale: #CACACA. Windows color (decimal): -4208141 or 15976895. OLE color: 15976895.
HSL color Cylindrical-coordinate representation of color #BFC9F3: hue angle of 228.46º 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 #BFC9F3 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 201 | 243 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 228.46º | 0.68% | 0.85% | - |
| HSV(B) | 228.46º | 0.21% | 0.95% | - |
| XYZ | 58.55 | 59.32 | 93.16 | - |
| YUV | 202.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 243 | 0.21 | 0.17 | 0 | 0.05 | 228.46 | 0.68 | 0.85 |
| Hex | BF | C9 | F3 | 15 | 11 | 0 | 5 | E4 | 44 | 55 |
| Octal | 277 | 311 | 363 | 25 | 21 | 0 | 5 | 344 | 104 | 125 |
| Binary | 10111111 | 11001001 | 11110011 | 10101 | 10001 | 0 | 101 | 11100100 | 1000100 | 1010101 |
Color Harmonies of #BFC9F3
Complementary color
Monochromatic Colors of #BFC9F3
Black with #BFC9F3
Text Example
Text Example
White with #BFC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9F3; }
p { color: rgb(191,201,243); }
H1.HeaderClassName
{
color: #BFC9F3;
}
.AnyTagClassName
{
color: #BFC9F3;
}
</style>
background-color css
<style>
a { background-color: #BFC9F3; }
a { background-color: rgb(191,201,243); }
div.DivClassName
{
background-color: #BFC9F3;
}
.BgClassName
{
background-color: #BFC9F3;
}
</style>
border-color css
<style>
span { border-color: #BFC9F3; }
span { border-color: rgb(191,201,243); }
td.TdClassName
{
border-color: #BFC9F3;
}
.TagClassName
{
border-color: #BFC9F3;
}
</style>