Shades of Periwinkle #BFCDEF
Tints of Periwinkle #BFCDEF
RGB
CMYK
RGB Variations
Color information
#BFCDEF (or 0xBFCDEF) is known color: Periwinkle. HEX triplet: BF, CD and EF. RGB value is (191,205,239). Sum of RGB (Red+Green+Blue) = 191+205+239=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDEF is #403210. Grayscale: #CCCCCC. Windows color (decimal): -4207121 or 15715775. OLE color: 15715775.
HSL color Cylindrical-coordinate representation of color #BFCDEF: hue angle of 222.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCDEF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 205 | 239 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.06 |
| HSL | 222.5º | 0.6% | 0.84% | - |
| HSV(B) | 222.5º | 0.2% | 0.94% | - |
| XYZ | 58.9 | 60.97 | 90.33 | - |
| YUV | 204.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 239 | 0.20 | 0.14 | 0 | 0.06 | 222.5 | 0.6 | 0.84 |
| Hex | BF | CD | EF | 14 | E | 0 | 6 | DE | 3C | 54 |
| Octal | 277 | 315 | 357 | 24 | 16 | 0 | 6 | 336 | 74 | 124 |
| Binary | 10111111 | 11001101 | 11101111 | 10100 | 1110 | 0 | 110 | 11011110 | 111100 | 1010100 |
Color Harmonies of #BFCDEF
Complementary color
Monochromatic Colors of #BFCDEF
Black with #BFCDEF
Text Example
Text Example
White with #BFCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDEF; }
p { color: rgb(191,205,239); }
H1.HeaderClassName
{
color: #BFCDEF;
}
.AnyTagClassName
{
color: #BFCDEF;
}
</style>
background-color css
<style>
a { background-color: #BFCDEF; }
a { background-color: rgb(191,205,239); }
div.DivClassName
{
background-color: #BFCDEF;
}
.BgClassName
{
background-color: #BFCDEF;
}
</style>
border-color css
<style>
span { border-color: #BFCDEF; }
span { border-color: rgb(191,205,239); }
td.TdClassName
{
border-color: #BFCDEF;
}
.TagClassName
{
border-color: #BFCDEF;
}
</style>