Shades of Periwinkle #BFC2ED
Tints of Periwinkle #BFC2ED
RGB
CMYK
RGB Variations
Color information
#BFC2ED (or 0xBFC2ED) is known color: Periwinkle. HEX triplet: BF, C2 and ED. RGB value is (191,194,237). Sum of RGB (Red+Green+Blue) = 191+194+237=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2ED is #403D12. Grayscale: #C5C5C5. Windows color (decimal): -4209939 or 15581887. OLE color: 15581887.
HSL color Cylindrical-coordinate representation of color #BFC2ED: hue angle of 236.09º 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 #BFC2ED is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 194 | 237 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.07 |
| HSL | 236.09º | 0.56% | 0.84% | - |
| HSV(B) | 236.09º | 0.19% | 0.93% | - |
| XYZ | 56.06 | 55.77 | 87.93 | - |
| YUV | 198.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 237 | 0.19 | 0.18 | 0 | 0.07 | 236.09 | 0.56 | 0.84 |
| Hex | BF | C2 | ED | 13 | 12 | 0 | 7 | EC | 38 | 54 |
| Octal | 277 | 302 | 355 | 23 | 22 | 0 | 7 | 354 | 70 | 124 |
| Binary | 10111111 | 11000010 | 11101101 | 10011 | 10010 | 0 | 111 | 11101100 | 111000 | 1010100 |
Color Harmonies of #BFC2ED
Complementary color
Monochromatic Colors of #BFC2ED
Black with #BFC2ED
Text Example
Text Example
White with #BFC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2ED; }
p { color: rgb(191,194,237); }
H1.HeaderClassName
{
color: #BFC2ED;
}
.AnyTagClassName
{
color: #BFC2ED;
}
</style>
background-color css
<style>
a { background-color: #BFC2ED; }
a { background-color: rgb(191,194,237); }
div.DivClassName
{
background-color: #BFC2ED;
}
.BgClassName
{
background-color: #BFC2ED;
}
</style>
border-color css
<style>
span { border-color: #BFC2ED; }
span { border-color: rgb(191,194,237); }
td.TdClassName
{
border-color: #BFC2ED;
}
.TagClassName
{
border-color: #BFC2ED;
}
</style>