Shades of Periwinkle #BFCCE5
Tints of Periwinkle #BFCCE5
RGB
CMYK
RGB Variations
Color information
#BFCCE5 (or 0xBFCCE5) is known color: Periwinkle. HEX triplet: BF, CC and E5. RGB value is (191,204,229). Sum of RGB (Red+Green+Blue) = 191+204+229=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE5 is #40331A. Grayscale: #CACACA. Windows color (decimal): -4207387 or 15060159. OLE color: 15060159.
HSL color Cylindrical-coordinate representation of color #BFCCE5: hue angle of 219.47º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCE5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 204 | 229 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.10 |
| HSL | 219.47º | 0.42% | 0.82% | - |
| HSV(B) | 219.47º | 0.17% | 0.9% | - |
| XYZ | 57.22 | 59.92 | 82.68 | - |
| YUV | 202.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 229 | 0.17 | 0.11 | 0 | 0.10 | 219.47 | 0.42 | 0.82 |
| Hex | BF | CC | E5 | 11 | B | 0 | A | DB | 2A | 52 |
| Octal | 277 | 314 | 345 | 21 | 13 | 0 | 12 | 333 | 52 | 122 |
| Binary | 10111111 | 11001100 | 11100101 | 10001 | 1011 | 0 | 1010 | 11011011 | 101010 | 1010010 |
Color Harmonies of #BFCCE5
Complementary color
Monochromatic Colors of #BFCCE5
Black with #BFCCE5
Text Example
Text Example
White with #BFCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCE5; }
p { color: rgb(191,204,229); }
H1.HeaderClassName
{
color: #BFCCE5;
}
.AnyTagClassName
{
color: #BFCCE5;
}
</style>
background-color css
<style>
a { background-color: #BFCCE5; }
a { background-color: rgb(191,204,229); }
div.DivClassName
{
background-color: #BFCCE5;
}
.BgClassName
{
background-color: #BFCCE5;
}
</style>
border-color css
<style>
span { border-color: #BFCCE5; }
span { border-color: rgb(191,204,229); }
td.TdClassName
{
border-color: #BFCCE5;
}
.TagClassName
{
border-color: #BFCCE5;
}
</style>