Shades of Periwinkle #BCC1DA
Tints of Periwinkle #BCC1DA
RGB
CMYK
RGB Variations
Color information
#BCC1DA (or 0xBCC1DA) is known color: Periwinkle. HEX triplet: BC, C1 and DA. RGB value is (188,193,218). Sum of RGB (Red+Green+Blue) = 188+193+218=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DA is #433E25. Grayscale: #C2C2C2. Windows color (decimal): -4406822 or 14336444. OLE color: 14336444.
HSL color Cylindrical-coordinate representation of color #BCC1DA: hue angle of 230º 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 #BCC1DA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 193 | 218 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 230º | 0.29% | 0.8% | - |
| HSV(B) | 230º | 0.14% | 0.85% | - |
| XYZ | 52.46 | 53.89 | 73.97 | - |
| YUV | 194.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 218 | 0.14 | 0.11 | 0 | 0.15 | 230 | 0.29 | 0.8 |
| Hex | BC | C1 | DA | E | B | 0 | F | E6 | 1D | 50 |
| Octal | 274 | 301 | 332 | 16 | 13 | 0 | 17 | 346 | 35 | 120 |
| Binary | 10111100 | 11000001 | 11011010 | 1110 | 1011 | 0 | 1111 | 11100110 | 11101 | 1010000 |
Color Harmonies of #BCC1DA
Complementary color
Monochromatic Colors of #BCC1DA
Black with #BCC1DA
Text Example
Text Example
White with #BCC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1DA; }
p { color: rgb(188,193,218); }
H1.HeaderClassName
{
color: #BCC1DA;
}
.AnyTagClassName
{
color: #BCC1DA;
}
</style>
background-color css
<style>
a { background-color: #BCC1DA; }
a { background-color: rgb(188,193,218); }
div.DivClassName
{
background-color: #BCC1DA;
}
.BgClassName
{
background-color: #BCC1DA;
}
</style>
border-color css
<style>
span { border-color: #BCC1DA; }
span { border-color: rgb(188,193,218); }
td.TdClassName
{
border-color: #BCC1DA;
}
.TagClassName
{
border-color: #BCC1DA;
}
</style>