Shades of Periwinkle #BFCCE3
Tints of Periwinkle #BFCCE3
RGB
CMYK
RGB Variations
Color information
#BFCCE3 (or 0xBFCCE3) is known color: Periwinkle. HEX triplet: BF, CC and E3. RGB value is (191,204,227). Sum of RGB (Red+Green+Blue) = 191+204+227=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCE3 is #40331C. Grayscale: #CACACA. Windows color (decimal): -4207389 or 14929087. OLE color: 14929087.
HSL color Cylindrical-coordinate representation of color #BFCCE3: hue angle of 218.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCCE3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 204 | 227 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 218.33º | 0.39% | 0.82% | - |
| HSV(B) | 218.33º | 0.16% | 0.89% | - |
| XYZ | 56.94 | 59.81 | 81.22 | - |
| YUV | 202.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 227 | 0.16 | 0.10 | 0 | 0.11 | 218.33 | 0.39 | 0.82 |
| Hex | BF | CC | E3 | 10 | A | 0 | B | DA | 27 | 52 |
| Octal | 277 | 314 | 343 | 20 | 12 | 0 | 13 | 332 | 47 | 122 |
| Binary | 10111111 | 11001100 | 11100011 | 10000 | 1010 | 0 | 1011 | 11011010 | 100111 | 1010010 |
Color Harmonies of #BFCCE3
Complementary color
Monochromatic Colors of #BFCCE3
Black with #BFCCE3
Text Example
Text Example
White with #BFCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCE3; }
p { color: rgb(191,204,227); }
H1.HeaderClassName
{
color: #BFCCE3;
}
.AnyTagClassName
{
color: #BFCCE3;
}
</style>
background-color css
<style>
a { background-color: #BFCCE3; }
a { background-color: rgb(191,204,227); }
div.DivClassName
{
background-color: #BFCCE3;
}
.BgClassName
{
background-color: #BFCCE3;
}
</style>
border-color css
<style>
span { border-color: #BFCCE3; }
span { border-color: rgb(191,204,227); }
td.TdClassName
{
border-color: #BFCCE3;
}
.TagClassName
{
border-color: #BFCCE3;
}
</style>