Shades of Periwinkle #BFCCED
Tints of Periwinkle #BFCCED
RGB
CMYK
RGB Variations
Color information
#BFCCED (or 0xBFCCED) is known color: Periwinkle. HEX triplet: BF, CC and ED. RGB value is (191,204,237). Sum of RGB (Red+Green+Blue) = 191+204+237=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCED is #403312. Grayscale: #CBCBCB. Windows color (decimal): -4207379 or 15584447. OLE color: 15584447.
HSL color Cylindrical-coordinate representation of color #BFCCED: hue angle of 223.04º 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 #BFCCED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 204 | 237 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 223.04º | 0.56% | 0.84% | - |
| HSV(B) | 223.04º | 0.19% | 0.93% | - |
| XYZ | 58.36 | 60.38 | 88.7 | - |
| YUV | 203.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 237 | 0.19 | 0.14 | 0 | 0.07 | 223.04 | 0.56 | 0.84 |
| Hex | BF | CC | ED | 13 | E | 0 | 7 | DF | 38 | 54 |
| Octal | 277 | 314 | 355 | 23 | 16 | 0 | 7 | 337 | 70 | 124 |
| Binary | 10111111 | 11001100 | 11101101 | 10011 | 1110 | 0 | 111 | 11011111 | 111000 | 1010100 |
Color Harmonies of #BFCCED
Complementary color
Monochromatic Colors of #BFCCED
Black with #BFCCED
Text Example
Text Example
White with #BFCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCED; }
p { color: rgb(191,204,237); }
H1.HeaderClassName
{
color: #BFCCED;
}
.AnyTagClassName
{
color: #BFCCED;
}
</style>
background-color css
<style>
a { background-color: #BFCCED; }
a { background-color: rgb(191,204,237); }
div.DivClassName
{
background-color: #BFCCED;
}
.BgClassName
{
background-color: #BFCCED;
}
</style>
border-color css
<style>
span { border-color: #BFCCED; }
span { border-color: rgb(191,204,237); }
td.TdClassName
{
border-color: #BFCCED;
}
.TagClassName
{
border-color: #BFCCED;
}
</style>