Shades of Periwinkle #BFC8ED
Tints of Periwinkle #BFC8ED
RGB
CMYK
RGB Variations
Color information
#BFC8ED (or 0xBFC8ED) is known color: Periwinkle. HEX triplet: BF, C8 and ED. RGB value is (191,200,237). Sum of RGB (Red+Green+Blue) = 191+200+237=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8ED is #403712. Grayscale: #C9C9C9. Windows color (decimal): -4208403 or 15583423. OLE color: 15583423.
HSL color Cylindrical-coordinate representation of color #BFC8ED: hue angle of 228.26º 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 #BFC8ED is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 200 | 237 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.07 |
| HSL | 228.26º | 0.56% | 0.84% | - |
| HSV(B) | 228.26º | 0.19% | 0.93% | - |
| XYZ | 57.43 | 58.5 | 88.39 | - |
| YUV | 201.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 237 | 0.19 | 0.16 | 0 | 0.07 | 228.26 | 0.56 | 0.84 |
| Hex | BF | C8 | ED | 13 | 10 | 0 | 7 | E4 | 38 | 54 |
| Octal | 277 | 310 | 355 | 23 | 20 | 0 | 7 | 344 | 70 | 124 |
| Binary | 10111111 | 11001000 | 11101101 | 10011 | 10000 | 0 | 111 | 11100100 | 111000 | 1010100 |
Color Harmonies of #BFC8ED
Complementary color
Monochromatic Colors of #BFC8ED
Black with #BFC8ED
Text Example
Text Example
White with #BFC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8ED; }
p { color: rgb(191,200,237); }
H1.HeaderClassName
{
color: #BFC8ED;
}
.AnyTagClassName
{
color: #BFC8ED;
}
</style>
background-color css
<style>
a { background-color: #BFC8ED; }
a { background-color: rgb(191,200,237); }
div.DivClassName
{
background-color: #BFC8ED;
}
.BgClassName
{
background-color: #BFC8ED;
}
</style>
border-color css
<style>
span { border-color: #BFC8ED; }
span { border-color: rgb(191,200,237); }
td.TdClassName
{
border-color: #BFC8ED;
}
.TagClassName
{
border-color: #BFC8ED;
}
</style>