Shades of Periwinkle #BCCDED
Tints of Periwinkle #BCCDED
RGB
CMYK
RGB Variations
Color information
#BCCDED (or 0xBCCDED) is known color: Periwinkle. HEX triplet: BC, CD and ED. RGB value is (188,205,237). Sum of RGB (Red+Green+Blue) = 188+205+237=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDED is #433212. Grayscale: #CBCBCB. Windows color (decimal): -4403731 or 15584700. OLE color: 15584700.
HSL color Cylindrical-coordinate representation of color #BCCDED: hue angle of 219.18º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCDED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 205 | 237 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 219.18º | 0.58% | 0.83% | - |
| HSV(B) | 219.18º | 0.21% | 0.93% | - |
| XYZ | 57.86 | 60.47 | 88.74 | - |
| YUV | 203.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 237 | 0.21 | 0.14 | 0 | 0.07 | 219.18 | 0.58 | 0.83 |
| Hex | BC | CD | ED | 15 | E | 0 | 7 | DB | 3A | 53 |
| Octal | 274 | 315 | 355 | 25 | 16 | 0 | 7 | 333 | 72 | 123 |
| Binary | 10111100 | 11001101 | 11101101 | 10101 | 1110 | 0 | 111 | 11011011 | 111010 | 1010011 |
Color Harmonies of #BCCDED
Complementary color
Monochromatic Colors of #BCCDED
Black with #BCCDED
Text Example
Text Example
White with #BCCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDED; }
p { color: rgb(188,205,237); }
H1.HeaderClassName
{
color: #BCCDED;
}
.AnyTagClassName
{
color: #BCCDED;
}
</style>
background-color css
<style>
a { background-color: #BCCDED; }
a { background-color: rgb(188,205,237); }
div.DivClassName
{
background-color: #BCCDED;
}
.BgClassName
{
background-color: #BCCDED;
}
</style>
border-color css
<style>
span { border-color: #BCCDED; }
span { border-color: rgb(188,205,237); }
td.TdClassName
{
border-color: #BCCDED;
}
.TagClassName
{
border-color: #BCCDED;
}
</style>