Shades of Periwinkle #BFCCEE
Tints of Periwinkle #BFCCEE
RGB
CMYK
RGB Variations
Color information
#BFCCEE (or 0xBFCCEE) is known color: Periwinkle. HEX triplet: BF, CC and EE. RGB value is (191,204,238). Sum of RGB (Red+Green+Blue) = 191+204+238=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEE is #403311. Grayscale: #CBCBCB. Windows color (decimal): -4207378 or 15649983. OLE color: 15649983.
HSL color Cylindrical-coordinate representation of color #BFCCEE: hue angle of 223.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCCEE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 204 | 238 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 223.4º | 0.58% | 0.84% | - |
| HSV(B) | 223.4º | 0.2% | 0.93% | - |
| XYZ | 58.51 | 60.44 | 89.47 | - |
| YUV | 203.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 238 | 0.20 | 0.14 | 0 | 0.07 | 223.4 | 0.58 | 0.84 |
| Hex | BF | CC | EE | 14 | E | 0 | 7 | DF | 3A | 54 |
| Octal | 277 | 314 | 356 | 24 | 16 | 0 | 7 | 337 | 72 | 124 |
| Binary | 10111111 | 11001100 | 11101110 | 10100 | 1110 | 0 | 111 | 11011111 | 111010 | 1010100 |
Color Harmonies of #BFCCEE
Complementary color
Monochromatic Colors of #BFCCEE
Black with #BFCCEE
Text Example
Text Example
White with #BFCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCEE; }
p { color: rgb(191,204,238); }
H1.HeaderClassName
{
color: #BFCCEE;
}
.AnyTagClassName
{
color: #BFCCEE;
}
</style>
background-color css
<style>
a { background-color: #BFCCEE; }
a { background-color: rgb(191,204,238); }
div.DivClassName
{
background-color: #BFCCEE;
}
.BgClassName
{
background-color: #BFCCEE;
}
</style>
border-color css
<style>
span { border-color: #BFCCEE; }
span { border-color: rgb(191,204,238); }
td.TdClassName
{
border-color: #BFCCEE;
}
.TagClassName
{
border-color: #BFCCEE;
}
</style>