Shades of Periwinkle #BFCDE7
Tints of Periwinkle #BFCDE7
RGB
CMYK
RGB Variations
Color information
#BFCDE7 (or 0xBFCDE7) is known color: Periwinkle. HEX triplet: BF, CD and E7. RGB value is (191,205,231). Sum of RGB (Red+Green+Blue) = 191+205+231=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDE7 is #403218. Grayscale: #CBCBCB. Windows color (decimal): -4207129 or 15191487. OLE color: 15191487.
HSL color Cylindrical-coordinate representation of color #BFCDE7: hue angle of 219º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCDE7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 205 | 231 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.09 |
| HSL | 219º | 0.45% | 0.83% | - |
| HSV(B) | 219º | 0.17% | 0.91% | - |
| XYZ | 57.74 | 60.51 | 84.24 | - |
| YUV | 203.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 231 | 0.17 | 0.11 | 0 | 0.09 | 219 | 0.45 | 0.83 |
| Hex | BF | CD | E7 | 11 | B | 0 | 9 | DB | 2D | 53 |
| Octal | 277 | 315 | 347 | 21 | 13 | 0 | 11 | 333 | 55 | 123 |
| Binary | 10111111 | 11001101 | 11100111 | 10001 | 1011 | 0 | 1001 | 11011011 | 101101 | 1010011 |
Color Harmonies of #BFCDE7
Complementary color
Monochromatic Colors of #BFCDE7
Black with #BFCDE7
Text Example
Text Example
White with #BFCDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDE7; }
p { color: rgb(191,205,231); }
H1.HeaderClassName
{
color: #BFCDE7;
}
.AnyTagClassName
{
color: #BFCDE7;
}
</style>
background-color css
<style>
a { background-color: #BFCDE7; }
a { background-color: rgb(191,205,231); }
div.DivClassName
{
background-color: #BFCDE7;
}
.BgClassName
{
background-color: #BFCDE7;
}
</style>
border-color css
<style>
span { border-color: #BFCDE7; }
span { border-color: rgb(191,205,231); }
td.TdClassName
{
border-color: #BFCDE7;
}
.TagClassName
{
border-color: #BFCDE7;
}
</style>