Shades of Periwinkle #BFCCEA
Tints of Periwinkle #BFCCEA
RGB
CMYK
RGB Variations
Color information
#BFCCEA (or 0xBFCCEA) is known color: Periwinkle. HEX triplet: BF, CC and EA. RGB value is (191,204,234). Sum of RGB (Red+Green+Blue) = 191+204+234=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEA is #403315. Grayscale: #CBCBCB. Windows color (decimal): -4207382 or 15387839. OLE color: 15387839.
HSL color Cylindrical-coordinate representation of color #BFCCEA: hue angle of 221.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCCEA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 204 | 234 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.08 |
| HSL | 221.86º | 0.51% | 0.83% | - |
| HSV(B) | 221.86º | 0.18% | 0.92% | - |
| XYZ | 57.93 | 60.2 | 86.41 | - |
| YUV | 203.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 234 | 0.18 | 0.13 | 0 | 0.08 | 221.86 | 0.51 | 0.83 |
| Hex | BF | CC | EA | 12 | D | 0 | 8 | DE | 33 | 53 |
| Octal | 277 | 314 | 352 | 22 | 15 | 0 | 10 | 336 | 63 | 123 |
| Binary | 10111111 | 11001100 | 11101010 | 10010 | 1101 | 0 | 1000 | 11011110 | 110011 | 1010011 |
Color Harmonies of #BFCCEA
Complementary color
Monochromatic Colors of #BFCCEA
Black with #BFCCEA
Text Example
Text Example
White with #BFCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCEA; }
p { color: rgb(191,204,234); }
H1.HeaderClassName
{
color: #BFCCEA;
}
.AnyTagClassName
{
color: #BFCCEA;
}
</style>
background-color css
<style>
a { background-color: #BFCCEA; }
a { background-color: rgb(191,204,234); }
div.DivClassName
{
background-color: #BFCCEA;
}
.BgClassName
{
background-color: #BFCCEA;
}
</style>
border-color css
<style>
span { border-color: #BFCCEA; }
span { border-color: rgb(191,204,234); }
td.TdClassName
{
border-color: #BFCCEA;
}
.TagClassName
{
border-color: #BFCCEA;
}
</style>