Shades of Periwinkle #BCC4DE
Tints of Periwinkle #BCC4DE
RGB
CMYK
RGB Variations
Color information
#BCC4DE (or 0xBCC4DE) is known color: Periwinkle. HEX triplet: BC, C4 and DE. RGB value is (188,196,222). Sum of RGB (Red+Green+Blue) = 188+196+222=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DE is #433B21. Grayscale: #C4C4C4. Windows color (decimal): -4406050 or 14599356. OLE color: 14599356.
HSL color Cylindrical-coordinate representation of color #BCC4DE: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC4DE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 196 | 222 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 225.88º | 0.34% | 0.8% | - |
| HSV(B) | 225.88º | 0.15% | 0.87% | - |
| XYZ | 53.66 | 55.45 | 76.98 | - |
| YUV | 196.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 222 | 0.15 | 0.12 | 0 | 0.13 | 225.88 | 0.34 | 0.8 |
| Hex | BC | C4 | DE | F | C | 0 | D | E2 | 22 | 50 |
| Octal | 274 | 304 | 336 | 17 | 14 | 0 | 15 | 342 | 42 | 120 |
| Binary | 10111100 | 11000100 | 11011110 | 1111 | 1100 | 0 | 1101 | 11100010 | 100010 | 1010000 |
Color Harmonies of #BCC4DE
Complementary color
Monochromatic Colors of #BCC4DE
Black with #BCC4DE
Text Example
Text Example
White with #BCC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4DE; }
p { color: rgb(188,196,222); }
H1.HeaderClassName
{
color: #BCC4DE;
}
.AnyTagClassName
{
color: #BCC4DE;
}
</style>
background-color css
<style>
a { background-color: #BCC4DE; }
a { background-color: rgb(188,196,222); }
div.DivClassName
{
background-color: #BCC4DE;
}
.BgClassName
{
background-color: #BCC4DE;
}
</style>
border-color css
<style>
span { border-color: #BCC4DE; }
span { border-color: rgb(188,196,222); }
td.TdClassName
{
border-color: #BCC4DE;
}
.TagClassName
{
border-color: #BCC4DE;
}
</style>