Shades of Periwinkle #BFCCEC
Tints of Periwinkle #BFCCEC
RGB
CMYK
RGB Variations
Color information
#BFCCEC (or 0xBFCCEC) is known color: Periwinkle. HEX triplet: BF, CC and EC. RGB value is (191,204,236). Sum of RGB (Red+Green+Blue) = 191+204+236=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEC is #403313. Grayscale: #CBCBCB. Windows color (decimal): -4207380 or 15518911. OLE color: 15518911.
HSL color Cylindrical-coordinate representation of color #BFCCEC: hue angle of 222.67º degrees, saturation: 0.54, 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 #BFCCEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 204 | 236 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.07 |
| HSL | 222.67º | 0.54% | 0.84% | - |
| HSV(B) | 222.67º | 0.19% | 0.93% | - |
| XYZ | 58.22 | 60.32 | 87.93 | - |
| YUV | 203.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 236 | 0.19 | 0.14 | 0 | 0.07 | 222.67 | 0.54 | 0.84 |
| Hex | BF | CC | EC | 13 | E | 0 | 7 | DF | 36 | 54 |
| Octal | 277 | 314 | 354 | 23 | 16 | 0 | 7 | 337 | 66 | 124 |
| Binary | 10111111 | 11001100 | 11101100 | 10011 | 1110 | 0 | 111 | 11011111 | 110110 | 1010100 |
Color Harmonies of #BFCCEC
Complementary color
Monochromatic Colors of #BFCCEC
Black with #BFCCEC
Text Example
Text Example
White with #BFCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCEC; }
p { color: rgb(191,204,236); }
H1.HeaderClassName
{
color: #BFCCEC;
}
.AnyTagClassName
{
color: #BFCCEC;
}
</style>
background-color css
<style>
a { background-color: #BFCCEC; }
a { background-color: rgb(191,204,236); }
div.DivClassName
{
background-color: #BFCCEC;
}
.BgClassName
{
background-color: #BFCCEC;
}
</style>
border-color css
<style>
span { border-color: #BFCCEC; }
span { border-color: rgb(191,204,236); }
td.TdClassName
{
border-color: #BFCCEC;
}
.TagClassName
{
border-color: #BFCCEC;
}
</style>