Shades of Periwinkle #BCC2DE
Tints of Periwinkle #BCC2DE
RGB
CMYK
RGB Variations
Color information
#BCC2DE (or 0xBCC2DE) is known color: Periwinkle. HEX triplet: BC, C2 and DE. RGB value is (188,194,222). Sum of RGB (Red+Green+Blue) = 188+194+222=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DE is #433D21. Grayscale: #C3C3C3. Windows color (decimal): -4406562 or 14598844. OLE color: 14598844.
HSL color Cylindrical-coordinate representation of color #BCC2DE: hue angle of 229.41º 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 #BCC2DE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 194 | 222 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.13 |
| HSL | 229.41º | 0.34% | 0.8% | - |
| HSV(B) | 229.41º | 0.15% | 0.87% | - |
| XYZ | 53.22 | 54.55 | 76.83 | - |
| YUV | 195.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 222 | 0.15 | 0.13 | 0 | 0.13 | 229.41 | 0.34 | 0.8 |
| Hex | BC | C2 | DE | F | D | 0 | D | E5 | 22 | 50 |
| Octal | 274 | 302 | 336 | 17 | 15 | 0 | 15 | 345 | 42 | 120 |
| Binary | 10111100 | 11000010 | 11011110 | 1111 | 1101 | 0 | 1101 | 11100101 | 100010 | 1010000 |
Color Harmonies of #BCC2DE
Complementary color
Monochromatic Colors of #BCC2DE
Black with #BCC2DE
Text Example
Text Example
White with #BCC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2DE; }
p { color: rgb(188,194,222); }
H1.HeaderClassName
{
color: #BCC2DE;
}
.AnyTagClassName
{
color: #BCC2DE;
}
</style>
background-color css
<style>
a { background-color: #BCC2DE; }
a { background-color: rgb(188,194,222); }
div.DivClassName
{
background-color: #BCC2DE;
}
.BgClassName
{
background-color: #BCC2DE;
}
</style>
border-color css
<style>
span { border-color: #BCC2DE; }
span { border-color: rgb(188,194,222); }
td.TdClassName
{
border-color: #BCC2DE;
}
.TagClassName
{
border-color: #BCC2DE;
}
</style>