Shades of Periwinkle #BFCAF0
Tints of Periwinkle #BFCAF0
RGB
CMYK
RGB Variations
Color information
#BFCAF0 (or 0xBFCAF0) is known color: Periwinkle. HEX triplet: BF, CA and F0. RGB value is (191,202,240). Sum of RGB (Red+Green+Blue) = 191+202+240=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF0 is #40350F. Grayscale: #CACACA. Windows color (decimal): -4207888 or 15780543. OLE color: 15780543.
HSL color Cylindrical-coordinate representation of color #BFCAF0: hue angle of 226.53º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCAF0 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 202 | 240 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.06 |
| HSL | 226.53º | 0.62% | 0.85% | - |
| HSV(B) | 226.53º | 0.2% | 0.94% | - |
| XYZ | 58.33 | 59.61 | 90.87 | - |
| YUV | 203.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 240 | 0.20 | 0.16 | 0 | 0.06 | 226.53 | 0.62 | 0.85 |
| Hex | BF | CA | F0 | 14 | 10 | 0 | 6 | E3 | 3E | 55 |
| Octal | 277 | 312 | 360 | 24 | 20 | 0 | 6 | 343 | 76 | 125 |
| Binary | 10111111 | 11001010 | 11110000 | 10100 | 10000 | 0 | 110 | 11100011 | 111110 | 1010101 |
Color Harmonies of #BFCAF0
Complementary color
Monochromatic Colors of #BFCAF0
Black with #BFCAF0
Text Example
Text Example
White with #BFCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAF0; }
p { color: rgb(191,202,240); }
H1.HeaderClassName
{
color: #BFCAF0;
}
.AnyTagClassName
{
color: #BFCAF0;
}
</style>
background-color css
<style>
a { background-color: #BFCAF0; }
a { background-color: rgb(191,202,240); }
div.DivClassName
{
background-color: #BFCAF0;
}
.BgClassName
{
background-color: #BFCAF0;
}
</style>
border-color css
<style>
span { border-color: #BFCAF0; }
span { border-color: rgb(191,202,240); }
td.TdClassName
{
border-color: #BFCAF0;
}
.TagClassName
{
border-color: #BFCAF0;
}
</style>