Shades of Periwinkle #BCC2DA
Tints of Periwinkle #BCC2DA
RGB
CMYK
RGB Variations
Color information
#BCC2DA (or 0xBCC2DA) is known color: Periwinkle. HEX triplet: BC, C2 and DA. RGB value is (188,194,218). Sum of RGB (Red+Green+Blue) = 188+194+218=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2DA is #433D25. Grayscale: #C2C2C2. Windows color (decimal): -4406566 or 14336700. OLE color: 14336700.
HSL color Cylindrical-coordinate representation of color #BCC2DA: hue angle of 228º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC2DA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 194 | 218 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 228º | 0.29% | 0.8% | - |
| HSV(B) | 228º | 0.14% | 0.85% | - |
| XYZ | 52.69 | 54.34 | 74.04 | - |
| YUV | 194.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 218 | 0.14 | 0.11 | 0 | 0.15 | 228 | 0.29 | 0.8 |
| Hex | BC | C2 | DA | E | B | 0 | F | E4 | 1D | 50 |
| Octal | 274 | 302 | 332 | 16 | 13 | 0 | 17 | 344 | 35 | 120 |
| Binary | 10111100 | 11000010 | 11011010 | 1110 | 1011 | 0 | 1111 | 11100100 | 11101 | 1010000 |
Color Harmonies of #BCC2DA
Complementary color
Monochromatic Colors of #BCC2DA
Black with #BCC2DA
Text Example
Text Example
White with #BCC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2DA; }
p { color: rgb(188,194,218); }
H1.HeaderClassName
{
color: #BCC2DA;
}
.AnyTagClassName
{
color: #BCC2DA;
}
</style>
background-color css
<style>
a { background-color: #BCC2DA; }
a { background-color: rgb(188,194,218); }
div.DivClassName
{
background-color: #BCC2DA;
}
.BgClassName
{
background-color: #BCC2DA;
}
</style>
border-color css
<style>
span { border-color: #BCC2DA; }
span { border-color: rgb(188,194,218); }
td.TdClassName
{
border-color: #BCC2DA;
}
.TagClassName
{
border-color: #BCC2DA;
}
</style>