Shades of Periwinkle #BFC5F2
Tints of Periwinkle #BFC5F2
RGB
CMYK
RGB Variations
Color information
#BFC5F2 (or 0xBFC5F2) is known color: Periwinkle. HEX triplet: BF, C5 and F2. RGB value is (191,197,242). Sum of RGB (Red+Green+Blue) = 191+197+242=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F2 is #403A0D. Grayscale: #C8C8C8. Windows color (decimal): -4209166 or 15910335. OLE color: 15910335.
HSL color Cylindrical-coordinate representation of color #BFC5F2: hue angle of 232.94º 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 #BFC5F2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 197 | 242 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.05 |
| HSL | 232.94º | 0.66% | 0.85% | - |
| HSV(B) | 232.94º | 0.21% | 0.95% | - |
| XYZ | 57.48 | 57.42 | 92.06 | - |
| YUV | 200.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 242 | 0.21 | 0.19 | 0 | 0.05 | 232.94 | 0.66 | 0.85 |
| Hex | BF | C5 | F2 | 15 | 13 | 0 | 5 | E9 | 42 | 55 |
| Octal | 277 | 305 | 362 | 25 | 23 | 0 | 5 | 351 | 102 | 125 |
| Binary | 10111111 | 11000101 | 11110010 | 10101 | 10011 | 0 | 101 | 11101001 | 1000010 | 1010101 |
Color Harmonies of #BFC5F2
Complementary color
Monochromatic Colors of #BFC5F2
Black with #BFC5F2
Text Example
Text Example
White with #BFC5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5F2; }
p { color: rgb(191,197,242); }
H1.HeaderClassName
{
color: #BFC5F2;
}
.AnyTagClassName
{
color: #BFC5F2;
}
</style>
background-color css
<style>
a { background-color: #BFC5F2; }
a { background-color: rgb(191,197,242); }
div.DivClassName
{
background-color: #BFC5F2;
}
.BgClassName
{
background-color: #BFC5F2;
}
</style>
border-color css
<style>
span { border-color: #BFC5F2; }
span { border-color: rgb(191,197,242); }
td.TdClassName
{
border-color: #BFC5F2;
}
.TagClassName
{
border-color: #BFC5F2;
}
</style>