Shades of Periwinkle #BCCCEE
Tints of Periwinkle #BCCCEE
RGB
CMYK
RGB Variations
Color information
#BCCCEE (or 0xBCCCEE) is known color: Periwinkle. HEX triplet: BC, CC and EE. RGB value is (188,204,238). Sum of RGB (Red+Green+Blue) = 188+204+238=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEE is #433311. Grayscale: #CACACA. Windows color (decimal): -4403986 or 15649980. OLE color: 15649980.
HSL color Cylindrical-coordinate representation of color #BCCCEE: hue angle of 220.8º 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 #BCCCEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 204 | 238 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 220.8º | 0.6% | 0.84% | - |
| HSV(B) | 220.8º | 0.21% | 0.93% | - |
| XYZ | 57.76 | 60.05 | 89.44 | - |
| YUV | 203.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 238 | 0.21 | 0.14 | 0 | 0.07 | 220.8 | 0.6 | 0.84 |
| Hex | BC | CC | EE | 15 | E | 0 | 7 | DD | 3C | 54 |
| Octal | 274 | 314 | 356 | 25 | 16 | 0 | 7 | 335 | 74 | 124 |
| Binary | 10111100 | 11001100 | 11101110 | 10101 | 1110 | 0 | 111 | 11011101 | 111100 | 1010100 |
Color Harmonies of #BCCCEE
Complementary color
Monochromatic Colors of #BCCCEE
Black with #BCCCEE
Text Example
Text Example
White with #BCCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCEE; }
p { color: rgb(188,204,238); }
H1.HeaderClassName
{
color: #BCCCEE;
}
.AnyTagClassName
{
color: #BCCCEE;
}
</style>
background-color css
<style>
a { background-color: #BCCCEE; }
a { background-color: rgb(188,204,238); }
div.DivClassName
{
background-color: #BCCCEE;
}
.BgClassName
{
background-color: #BCCCEE;
}
</style>
border-color css
<style>
span { border-color: #BCCCEE; }
span { border-color: rgb(188,204,238); }
td.TdClassName
{
border-color: #BCCCEE;
}
.TagClassName
{
border-color: #BCCCEE;
}
</style>