Shades of Periwinkle #BFC8F2
Tints of Periwinkle #BFC8F2
RGB
CMYK
RGB Variations
Color information
#BFC8F2 (or 0xBFC8F2) is known color: Periwinkle. HEX triplet: BF, C8 and F2. RGB value is (191,200,242). Sum of RGB (Red+Green+Blue) = 191+200+242=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F2 is #40370D. Grayscale: #C9C9C9. Windows color (decimal): -4208398 or 15911103. OLE color: 15911103.
HSL color Cylindrical-coordinate representation of color #BFC8F2: hue angle of 229.41º 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 #BFC8F2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 200 | 242 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 229.41º | 0.66% | 0.85% | - |
| HSV(B) | 229.41º | 0.21% | 0.95% | - |
| XYZ | 58.17 | 58.8 | 92.29 | - |
| YUV | 202.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 242 | 0.21 | 0.17 | 0 | 0.05 | 229.41 | 0.66 | 0.85 |
| Hex | BF | C8 | F2 | 15 | 11 | 0 | 5 | E5 | 42 | 55 |
| Octal | 277 | 310 | 362 | 25 | 21 | 0 | 5 | 345 | 102 | 125 |
| Binary | 10111111 | 11001000 | 11110010 | 10101 | 10001 | 0 | 101 | 11100101 | 1000010 | 1010101 |
Color Harmonies of #BFC8F2
Complementary color
Monochromatic Colors of #BFC8F2
Black with #BFC8F2
Text Example
Text Example
White with #BFC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8F2; }
p { color: rgb(191,200,242); }
H1.HeaderClassName
{
color: #BFC8F2;
}
.AnyTagClassName
{
color: #BFC8F2;
}
</style>
background-color css
<style>
a { background-color: #BFC8F2; }
a { background-color: rgb(191,200,242); }
div.DivClassName
{
background-color: #BFC8F2;
}
.BgClassName
{
background-color: #BFC8F2;
}
</style>
border-color css
<style>
span { border-color: #BFC8F2; }
span { border-color: rgb(191,200,242); }
td.TdClassName
{
border-color: #BFC8F2;
}
.TagClassName
{
border-color: #BFC8F2;
}
</style>