Shades of Periwinkle #BFC7ED
Tints of Periwinkle #BFC7ED
RGB
CMYK
RGB Variations
Color information
#BFC7ED (or 0xBFC7ED) is known color: Periwinkle. HEX triplet: BF, C7 and ED. RGB value is (191,199,237). Sum of RGB (Red+Green+Blue) = 191+199+237=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7ED is #403812. Grayscale: #C8C8C8. Windows color (decimal): -4208659 or 15583167. OLE color: 15583167.
HSL color Cylindrical-coordinate representation of color #BFC7ED: hue angle of 229.57º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC7ED is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 199 | 237 | - |
CMYK | 0.19 | 0.16 | 0 | 0.07 |
HSL | 229.57º | 0.56% | 0.84% | - |
HSV(B) | 229.57º | 0.19% | 0.93% | - |
XYZ | 57.2 | 58.04 | 88.31 | - |
YUV | 200.94 | 148.35 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 199 | 237 | 0.19 | 0.16 | 0 | 0.07 | 229.57 | 0.56 | 0.84 |
Hex | BF | C7 | ED | 13 | 10 | 0 | 7 | E6 | 38 | 54 |
Octal | 277 | 307 | 355 | 23 | 20 | 0 | 7 | 346 | 70 | 124 |
Binary | 10111111 | 11000111 | 11101101 | 10011 | 10000 | 0 | 111 | 11100110 | 111000 | 1010100 |
Color Harmonies of #BFC7ED
Complementary color
Monochromatic Colors of #BFC7ED
Black with #BFC7ED
Text Example
Text Example
White with #BFC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7ED; }
p { color: rgb(191,199,237); }
H1.HeaderClassName
{
color: #BFC7ED;
}
.AnyTagClassName
{
color: #BFC7ED;
}
</style>
background-color css
<style>
a { background-color: #BFC7ED; }
a { background-color: rgb(191,199,237); }
div.DivClassName
{
background-color: #BFC7ED;
}
.BgClassName
{
background-color: #BFC7ED;
}
</style>
border-color css
<style>
span { border-color: #BFC7ED; }
span { border-color: rgb(191,199,237); }
td.TdClassName
{
border-color: #BFC7ED;
}
.TagClassName
{
border-color: #BFC7ED;
}
</style>