Shades of Periwinkle #BFCEED
Tints of Periwinkle #BFCEED
RGB
CMYK
RGB Variations
Color information
#BFCEED (or 0xBFCEED) is known color: Periwinkle. HEX triplet: BF, CE and ED. RGB value is (191,206,237). Sum of RGB (Red+Green+Blue) = 191+206+237=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEED is #403112. Grayscale: #CCCCCC. Windows color (decimal): -4206867 or 15584959. OLE color: 15584959.
HSL color Cylindrical-coordinate representation of color #BFCEED: hue angle of 220.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCEED is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 206 | 237 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.07 |
| HSL | 220.43º | 0.56% | 0.84% | - |
| HSV(B) | 220.43º | 0.19% | 0.93% | - |
| XYZ | 58.84 | 61.33 | 88.86 | - |
| YUV | 205.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 237 | 0.19 | 0.13 | 0 | 0.07 | 220.43 | 0.56 | 0.84 |
| Hex | BF | CE | ED | 13 | D | 0 | 7 | DC | 38 | 54 |
| Octal | 277 | 316 | 355 | 23 | 15 | 0 | 7 | 334 | 70 | 124 |
| Binary | 10111111 | 11001110 | 11101101 | 10011 | 1101 | 0 | 111 | 11011100 | 111000 | 1010100 |
Color Harmonies of #BFCEED
Complementary color
Monochromatic Colors of #BFCEED
Black with #BFCEED
Text Example
Text Example
White with #BFCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEED; }
p { color: rgb(191,206,237); }
H1.HeaderClassName
{
color: #BFCEED;
}
.AnyTagClassName
{
color: #BFCEED;
}
</style>
background-color css
<style>
a { background-color: #BFCEED; }
a { background-color: rgb(191,206,237); }
div.DivClassName
{
background-color: #BFCEED;
}
.BgClassName
{
background-color: #BFCEED;
}
</style>
border-color css
<style>
span { border-color: #BFCEED; }
span { border-color: rgb(191,206,237); }
td.TdClassName
{
border-color: #BFCEED;
}
.TagClassName
{
border-color: #BFCEED;
}
</style>