Shades of Periwinkle #BCCDEB
Tints of Periwinkle #BCCDEB
RGB
CMYK
RGB Variations
Color information
#BCCDEB (or 0xBCCDEB) is known color: Periwinkle. HEX triplet: BC, CD and EB. RGB value is (188,205,235). Sum of RGB (Red+Green+Blue) = 188+205+235=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEB is #433214. Grayscale: #CBCBCB. Windows color (decimal): -4403733 or 15453628. OLE color: 15453628.
HSL color Cylindrical-coordinate representation of color #BCCDEB: hue angle of 218.3º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCDEB is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 205 | 235 | - |
| CMYK | 0.2 | 0.13 | 0 | 0.08 |
| HSL | 218.3º | 0.54% | 0.83% | - |
| HSV(B) | 218.3º | 0.2% | 0.92% | - |
| XYZ | 57.57 | 60.35 | 87.21 | - |
| YUV | 203.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 235 | 0.2 | 0.13 | 0 | 0.08 | 218.3 | 0.54 | 0.83 |
| Hex | BC | CD | EB | 14 | D | 0 | 8 | DA | 36 | 53 |
| Octal | 274 | 315 | 353 | 24 | 15 | 0 | 10 | 332 | 66 | 123 |
| Binary | 10111100 | 11001101 | 11101011 | 10100 | 1101 | 0 | 1000 | 11011010 | 110110 | 1010011 |
Color Harmonies of #BCCDEB
Complementary color
Monochromatic Colors of #BCCDEB
Black with #BCCDEB
Text Example
Text Example
White with #BCCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDEB; }
p { color: rgb(188,205,235); }
H1.HeaderClassName
{
color: #BCCDEB;
}
.AnyTagClassName
{
color: #BCCDEB;
}
</style>
background-color css
<style>
a { background-color: #BCCDEB; }
a { background-color: rgb(188,205,235); }
div.DivClassName
{
background-color: #BCCDEB;
}
.BgClassName
{
background-color: #BCCDEB;
}
</style>
border-color css
<style>
span { border-color: #BCCDEB; }
span { border-color: rgb(188,205,235); }
td.TdClassName
{
border-color: #BCCDEB;
}
.TagClassName
{
border-color: #BCCDEB;
}
</style>