Shades of Periwinkle #BCC3DB
Tints of Periwinkle #BCC3DB
RGB
CMYK
RGB Variations
Color information
#BCC3DB (or 0xBCC3DB) is known color: Periwinkle. HEX triplet: BC, C3 and DB. RGB value is (188,195,219). Sum of RGB (Red+Green+Blue) = 188+195+219=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DB is #433C24. Grayscale: #C3C3C3. Windows color (decimal): -4406309 or 14402492. OLE color: 14402492.
HSL color Cylindrical-coordinate representation of color #BCC3DB: hue angle of 226.45º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC3DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 195 | 219 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.14 |
| HSL | 226.45º | 0.3% | 0.8% | - |
| HSV(B) | 226.45º | 0.14% | 0.86% | - |
| XYZ | 53.04 | 54.84 | 74.81 | - |
| YUV | 195.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 219 | 0.14 | 0.11 | 0 | 0.14 | 226.45 | 0.3 | 0.8 |
| Hex | BC | C3 | DB | E | B | 0 | E | E2 | 1E | 50 |
| Octal | 274 | 303 | 333 | 16 | 13 | 0 | 16 | 342 | 36 | 120 |
| Binary | 10111100 | 11000011 | 11011011 | 1110 | 1011 | 0 | 1110 | 11100010 | 11110 | 1010000 |
Color Harmonies of #BCC3DB
Complementary color
Monochromatic Colors of #BCC3DB
Black with #BCC3DB
Text Example
Text Example
White with #BCC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3DB; }
p { color: rgb(188,195,219); }
H1.HeaderClassName
{
color: #BCC3DB;
}
.AnyTagClassName
{
color: #BCC3DB;
}
</style>
background-color css
<style>
a { background-color: #BCC3DB; }
a { background-color: rgb(188,195,219); }
div.DivClassName
{
background-color: #BCC3DB;
}
.BgClassName
{
background-color: #BCC3DB;
}
</style>
border-color css
<style>
span { border-color: #BCC3DB; }
span { border-color: rgb(188,195,219); }
td.TdClassName
{
border-color: #BCC3DB;
}
.TagClassName
{
border-color: #BCC3DB;
}
</style>