Shades of Periwinkle #BCCDE3
Tints of Periwinkle #BCCDE3
RGB
CMYK
RGB Variations
Color information
#BCCDE3 (or 0xBCCDE3) is known color: Periwinkle. HEX triplet: BC, CD and E3. RGB value is (188,205,227). Sum of RGB (Red+Green+Blue) = 188+205+227=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDE3 is #43321C. Grayscale: #CACACA. Windows color (decimal): -4403741 or 14929340. OLE color: 14929340.
HSL color Cylindrical-coordinate representation of color #BCCDE3: hue angle of 213.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCDE3 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 205 | 227 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.11 |
| HSL | 213.85º | 0.41% | 0.81% | - |
| HSV(B) | 213.85º | 0.17% | 0.89% | - |
| XYZ | 56.44 | 59.9 | 81.26 | - |
| YUV | 202.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 227 | 0.17 | 0.10 | 0 | 0.11 | 213.85 | 0.41 | 0.81 |
| Hex | BC | CD | E3 | 11 | A | 0 | B | D6 | 29 | 51 |
| Octal | 274 | 315 | 343 | 21 | 12 | 0 | 13 | 326 | 51 | 121 |
| Binary | 10111100 | 11001101 | 11100011 | 10001 | 1010 | 0 | 1011 | 11010110 | 101001 | 1010001 |
Color Harmonies of #BCCDE3
Complementary color
Monochromatic Colors of #BCCDE3
Black with #BCCDE3
Text Example
Text Example
White with #BCCDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDE3; }
p { color: rgb(188,205,227); }
H1.HeaderClassName
{
color: #BCCDE3;
}
.AnyTagClassName
{
color: #BCCDE3;
}
</style>
background-color css
<style>
a { background-color: #BCCDE3; }
a { background-color: rgb(188,205,227); }
div.DivClassName
{
background-color: #BCCDE3;
}
.BgClassName
{
background-color: #BCCDE3;
}
</style>
border-color css
<style>
span { border-color: #BCCDE3; }
span { border-color: rgb(188,205,227); }
td.TdClassName
{
border-color: #BCCDE3;
}
.TagClassName
{
border-color: #BCCDE3;
}
</style>