Shades of Periwinkle #BFCCE0
Tints of Periwinkle #BFCCE0
RGB
CMYK
RGB Variations
Color information
#BFCCE0 (or 0xBFCCE0) is known color: Periwinkle. HEX triplet: BF, CC and E0. RGB value is (191,204,224). Sum of RGB (Red+Green+Blue) = 191+204+224=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE0 is #40331F. Grayscale: #CACACA. Windows color (decimal): -4207392 or 14732479. OLE color: 14732479.
HSL color Cylindrical-coordinate representation of color #BFCCE0: hue angle of 216.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCCE0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 204 | 224 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.12 |
| HSL | 216.36º | 0.35% | 0.81% | - |
| HSV(B) | 216.36º | 0.15% | 0.88% | - |
| XYZ | 56.53 | 59.64 | 79.05 | - |
| YUV | 202.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 224 | 0.15 | 0.09 | 0 | 0.12 | 216.36 | 0.35 | 0.81 |
| Hex | BF | CC | E0 | F | 9 | 0 | C | D8 | 23 | 51 |
| Octal | 277 | 314 | 340 | 17 | 11 | 0 | 14 | 330 | 43 | 121 |
| Binary | 10111111 | 11001100 | 11100000 | 1111 | 1001 | 0 | 1100 | 11011000 | 100011 | 1010001 |
Color Harmonies of #BFCCE0
Complementary color
Monochromatic Colors of #BFCCE0
Black with #BFCCE0
Text Example
Text Example
White with #BFCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCE0; }
p { color: rgb(191,204,224); }
H1.HeaderClassName
{
color: #BFCCE0;
}
.AnyTagClassName
{
color: #BFCCE0;
}
</style>
background-color css
<style>
a { background-color: #BFCCE0; }
a { background-color: rgb(191,204,224); }
div.DivClassName
{
background-color: #BFCCE0;
}
.BgClassName
{
background-color: #BFCCE0;
}
</style>
border-color css
<style>
span { border-color: #BFCCE0; }
span { border-color: rgb(191,204,224); }
td.TdClassName
{
border-color: #BFCCE0;
}
.TagClassName
{
border-color: #BFCCE0;
}
</style>