Shades of Periwinkle #BFCDEB
Tints of Periwinkle #BFCDEB
RGB
CMYK
RGB Variations
Color information
#BFCDEB (or 0xBFCDEB) is known color: Periwinkle. HEX triplet: BF, CD and EB. RGB value is (191,205,235). Sum of RGB (Red+Green+Blue) = 191+205+235=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDEB is #403214. Grayscale: #CCCCCC. Windows color (decimal): -4207125 or 15453631. OLE color: 15453631.
HSL color Cylindrical-coordinate representation of color #BFCDEB: hue angle of 220.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCDEB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 205 | 235 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.08 |
| HSL | 220.91º | 0.52% | 0.84% | - |
| HSV(B) | 220.91º | 0.19% | 0.92% | - |
| XYZ | 58.31 | 60.74 | 87.25 | - |
| YUV | 204.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 235 | 0.19 | 0.13 | 0 | 0.08 | 220.91 | 0.52 | 0.84 |
| Hex | BF | CD | EB | 13 | D | 0 | 8 | DD | 34 | 54 |
| Octal | 277 | 315 | 353 | 23 | 15 | 0 | 10 | 335 | 64 | 124 |
| Binary | 10111111 | 11001101 | 11101011 | 10011 | 1101 | 0 | 1000 | 11011101 | 110100 | 1010100 |
Color Harmonies of #BFCDEB
Complementary color
Monochromatic Colors of #BFCDEB
Black with #BFCDEB
Text Example
Text Example
White with #BFCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDEB; }
p { color: rgb(191,205,235); }
H1.HeaderClassName
{
color: #BFCDEB;
}
.AnyTagClassName
{
color: #BFCDEB;
}
</style>
background-color css
<style>
a { background-color: #BFCDEB; }
a { background-color: rgb(191,205,235); }
div.DivClassName
{
background-color: #BFCDEB;
}
.BgClassName
{
background-color: #BFCDEB;
}
</style>
border-color css
<style>
span { border-color: #BFCDEB; }
span { border-color: rgb(191,205,235); }
td.TdClassName
{
border-color: #BFCDEB;
}
.TagClassName
{
border-color: #BFCDEB;
}
</style>