Shades of Periwinkle #BFCDE3
Tints of Periwinkle #BFCDE3
RGB
CMYK
RGB Variations
Color information
#BFCDE3 (or 0xBFCDE3) is known color: Periwinkle. HEX triplet: BF, CD and E3. RGB value is (191,205,227). Sum of RGB (Red+Green+Blue) = 191+205+227=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDE3 is #40321C. Grayscale: #CBCBCB. Windows color (decimal): -4207133 or 14929343. OLE color: 14929343.
HSL color Cylindrical-coordinate representation of color #BFCDE3: hue angle of 216.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCDE3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 205 | 227 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 216.67º | 0.39% | 0.82% | - |
| HSV(B) | 216.67º | 0.16% | 0.89% | - |
| XYZ | 57.18 | 60.29 | 81.3 | - |
| YUV | 203.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 227 | 0.16 | 0.10 | 0 | 0.11 | 216.67 | 0.39 | 0.82 |
| Hex | BF | CD | E3 | 10 | A | 0 | B | D9 | 27 | 52 |
| Octal | 277 | 315 | 343 | 20 | 12 | 0 | 13 | 331 | 47 | 122 |
| Binary | 10111111 | 11001101 | 11100011 | 10000 | 1010 | 0 | 1011 | 11011001 | 100111 | 1010010 |
Color Harmonies of #BFCDE3
Complementary color
Monochromatic Colors of #BFCDE3
Black with #BFCDE3
Text Example
Text Example
White with #BFCDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDE3; }
p { color: rgb(191,205,227); }
H1.HeaderClassName
{
color: #BFCDE3;
}
.AnyTagClassName
{
color: #BFCDE3;
}
</style>
background-color css
<style>
a { background-color: #BFCDE3; }
a { background-color: rgb(191,205,227); }
div.DivClassName
{
background-color: #BFCDE3;
}
.BgClassName
{
background-color: #BFCDE3;
}
</style>
border-color css
<style>
span { border-color: #BFCDE3; }
span { border-color: rgb(191,205,227); }
td.TdClassName
{
border-color: #BFCDE3;
}
.TagClassName
{
border-color: #BFCDE3;
}
</style>