Shades of Periwinkle #BFCADF
Tints of Periwinkle #BFCADF
RGB
CMYK
RGB Variations
Color information
#BFCADF (or 0xBFCADF) is known color: Periwinkle. HEX triplet: BF, CA and DF. RGB value is (191,202,223). Sum of RGB (Red+Green+Blue) = 191+202+223=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCADF is #403520. Grayscale: #C9C9C9. Windows color (decimal): -4207905 or 14666431. OLE color: 14666431.
HSL color Cylindrical-coordinate representation of color #BFCADF: hue angle of 219.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCADF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 202 | 223 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.13 |
| HSL | 219.38º | 0.33% | 0.81% | - |
| HSV(B) | 219.38º | 0.14% | 0.87% | - |
| XYZ | 55.93 | 58.65 | 78.18 | - |
| YUV | 201.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 223 | 0.14 | 0.09 | 0 | 0.13 | 219.38 | 0.33 | 0.81 |
| Hex | BF | CA | DF | E | 9 | 0 | D | DB | 21 | 51 |
| Octal | 277 | 312 | 337 | 16 | 11 | 0 | 15 | 333 | 41 | 121 |
| Binary | 10111111 | 11001010 | 11011111 | 1110 | 1001 | 0 | 1101 | 11011011 | 100001 | 1010001 |
Color Harmonies of #BFCADF
Complementary color
Monochromatic Colors of #BFCADF
Black with #BFCADF
Text Example
Text Example
White with #BFCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCADF; }
p { color: rgb(191,202,223); }
H1.HeaderClassName
{
color: #BFCADF;
}
.AnyTagClassName
{
color: #BFCADF;
}
</style>
background-color css
<style>
a { background-color: #BFCADF; }
a { background-color: rgb(191,202,223); }
div.DivClassName
{
background-color: #BFCADF;
}
.BgClassName
{
background-color: #BFCADF;
}
</style>
border-color css
<style>
span { border-color: #BFCADF; }
span { border-color: rgb(191,202,223); }
td.TdClassName
{
border-color: #BFCADF;
}
.TagClassName
{
border-color: #BFCADF;
}
</style>