Shades of Periwinkle #BFC6EA
Tints of Periwinkle #BFC6EA
RGB
CMYK
RGB Variations
Color information
#BFC6EA (or 0xBFC6EA) is known color: Periwinkle. HEX triplet: BF, C6 and EA. RGB value is (191,198,234). Sum of RGB (Red+Green+Blue) = 191+198+234=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6EA is #403915. Grayscale: #C7C7C7. Windows color (decimal): -4208918 or 15386303. OLE color: 15386303.
HSL color Cylindrical-coordinate representation of color #BFC6EA: hue angle of 230.23º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC6EA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 198 | 234 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.08 |
| HSL | 230.23º | 0.51% | 0.83% | - |
| HSV(B) | 230.23º | 0.18% | 0.92% | - |
| XYZ | 56.53 | 57.41 | 85.94 | - |
| YUV | 200.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 234 | 0.18 | 0.15 | 0 | 0.08 | 230.23 | 0.51 | 0.83 |
| Hex | BF | C6 | EA | 12 | F | 0 | 8 | E6 | 33 | 53 |
| Octal | 277 | 306 | 352 | 22 | 17 | 0 | 10 | 346 | 63 | 123 |
| Binary | 10111111 | 11000110 | 11101010 | 10010 | 1111 | 0 | 1000 | 11100110 | 110011 | 1010011 |
Color Harmonies of #BFC6EA
Complementary color
Monochromatic Colors of #BFC6EA
Black with #BFC6EA
Text Example
Text Example
White with #BFC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6EA; }
p { color: rgb(191,198,234); }
H1.HeaderClassName
{
color: #BFC6EA;
}
.AnyTagClassName
{
color: #BFC6EA;
}
</style>
background-color css
<style>
a { background-color: #BFC6EA; }
a { background-color: rgb(191,198,234); }
div.DivClassName
{
background-color: #BFC6EA;
}
.BgClassName
{
background-color: #BFC6EA;
}
</style>
border-color css
<style>
span { border-color: #BFC6EA; }
span { border-color: rgb(191,198,234); }
td.TdClassName
{
border-color: #BFC6EA;
}
.TagClassName
{
border-color: #BFC6EA;
}
</style>