Shades of Periwinkle #BCCFEE
Tints of Periwinkle #BCCFEE
RGB
CMYK
RGB Variations
Color information
#BCCFEE (or 0xBCCFEE) is known color: Periwinkle. HEX triplet: BC, CF and EE. RGB value is (188,207,238). Sum of RGB (Red+Green+Blue) = 188+207+238=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 207 (81.25% from 255 or 32.70% 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 #BCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEE is #433011. Grayscale: #CCCCCC. Windows color (decimal): -4403218 or 15650748. OLE color: 15650748.
HSL color Cylindrical-coordinate representation of color #BCCFEE: hue angle of 217.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCFEE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 207 | 238 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 217.2º | 0.6% | 0.84% | - |
| HSV(B) | 217.2º | 0.21% | 0.93% | - |
| XYZ | 58.48 | 61.49 | 89.68 | - |
| YUV | 204.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 238 | 0.21 | 0.13 | 0 | 0.07 | 217.2 | 0.6 | 0.84 |
| Hex | BC | CF | EE | 15 | D | 0 | 7 | D9 | 3C | 54 |
| Octal | 274 | 317 | 356 | 25 | 15 | 0 | 7 | 331 | 74 | 124 |
| Binary | 10111100 | 11001111 | 11101110 | 10101 | 1101 | 0 | 111 | 11011001 | 111100 | 1010100 |
Color Harmonies of #BCCFEE
Complementary color
Monochromatic Colors of #BCCFEE
Black with #BCCFEE
Text Example
Text Example
White with #BCCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFEE; }
p { color: rgb(188,207,238); }
H1.HeaderClassName
{
color: #BCCFEE;
}
.AnyTagClassName
{
color: #BCCFEE;
}
</style>
background-color css
<style>
a { background-color: #BCCFEE; }
a { background-color: rgb(188,207,238); }
div.DivClassName
{
background-color: #BCCFEE;
}
.BgClassName
{
background-color: #BCCFEE;
}
</style>
border-color css
<style>
span { border-color: #BCCFEE; }
span { border-color: rgb(188,207,238); }
td.TdClassName
{
border-color: #BCCFEE;
}
.TagClassName
{
border-color: #BCCFEE;
}
</style>