Shades of Periwinkle #BFCAF8
Tints of Periwinkle #BFCAF8
RGB
CMYK
RGB Variations
Color information
#BFCAF8 (or 0xBFCAF8) is known color: Periwinkle. HEX triplet: BF, CA and F8. RGB value is (191,202,248). Sum of RGB (Red+Green+Blue) = 191+202+248=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF8 is #403507. Grayscale: #CBCBCB. Windows color (decimal): -4207880 or 16304831. OLE color: 16304831.
HSL color Cylindrical-coordinate representation of color #BFCAF8: hue angle of 228.42º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCAF8 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 202 | 248 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.03 |
| HSL | 228.42º | 0.8% | 0.86% | - |
| HSV(B) | 228.42º | 0.23% | 0.97% | - |
| XYZ | 59.55 | 60.09 | 97.27 | - |
| YUV | 203.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 248 | 0.23 | 0.19 | 0 | 0.03 | 228.42 | 0.8 | 0.86 |
| Hex | BF | CA | F8 | 17 | 13 | 0 | 3 | E4 | 50 | 56 |
| Octal | 277 | 312 | 370 | 27 | 23 | 0 | 3 | 344 | 120 | 126 |
| Binary | 10111111 | 11001010 | 11111000 | 10111 | 10011 | 0 | 11 | 11100100 | 1010000 | 1010110 |
Color Harmonies of #BFCAF8
Complementary color
Monochromatic Colors of #BFCAF8
Black with #BFCAF8
Text Example
Text Example
White with #BFCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAF8; }
p { color: rgb(191,202,248); }
H1.HeaderClassName
{
color: #BFCAF8;
}
.AnyTagClassName
{
color: #BFCAF8;
}
</style>
background-color css
<style>
a { background-color: #BFCAF8; }
a { background-color: rgb(191,202,248); }
div.DivClassName
{
background-color: #BFCAF8;
}
.BgClassName
{
background-color: #BFCAF8;
}
</style>
border-color css
<style>
span { border-color: #BFCAF8; }
span { border-color: rgb(191,202,248); }
td.TdClassName
{
border-color: #BFCAF8;
}
.TagClassName
{
border-color: #BFCAF8;
}
</style>