Shades of Periwinkle #BCC6EE
Tints of Periwinkle #BCC6EE
RGB
CMYK
RGB Variations
Color information
#BCC6EE (or 0xBCC6EE) is known color: Periwinkle. HEX triplet: BC, C6 and EE. RGB value is (188,198,238). Sum of RGB (Red+Green+Blue) = 188+198+238=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6EE is #433911. Grayscale: #C7C7C7. Windows color (decimal): -4405522 or 15648444. OLE color: 15648444.
HSL color Cylindrical-coordinate representation of color #BCC6EE: hue angle of 228º 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 #BCC6EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 198 | 238 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.07 |
| HSL | 228º | 0.6% | 0.84% | - |
| HSV(B) | 228º | 0.21% | 0.93% | - |
| XYZ | 56.37 | 57.25 | 88.97 | - |
| YUV | 199.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 238 | 0.21 | 0.17 | 0 | 0.07 | 228 | 0.6 | 0.84 |
| Hex | BC | C6 | EE | 15 | 11 | 0 | 7 | E4 | 3C | 54 |
| Octal | 274 | 306 | 356 | 25 | 21 | 0 | 7 | 344 | 74 | 124 |
| Binary | 10111100 | 11000110 | 11101110 | 10101 | 10001 | 0 | 111 | 11100100 | 111100 | 1010100 |
Color Harmonies of #BCC6EE
Complementary color
Monochromatic Colors of #BCC6EE
Black with #BCC6EE
Text Example
Text Example
White with #BCC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6EE; }
p { color: rgb(188,198,238); }
H1.HeaderClassName
{
color: #BCC6EE;
}
.AnyTagClassName
{
color: #BCC6EE;
}
</style>
background-color css
<style>
a { background-color: #BCC6EE; }
a { background-color: rgb(188,198,238); }
div.DivClassName
{
background-color: #BCC6EE;
}
.BgClassName
{
background-color: #BCC6EE;
}
</style>
border-color css
<style>
span { border-color: #BCC6EE; }
span { border-color: rgb(188,198,238); }
td.TdClassName
{
border-color: #BCC6EE;
}
.TagClassName
{
border-color: #BCC6EE;
}
</style>