Shades of Periwinkle #BDC3EC
Tints of Periwinkle #BDC3EC
RGB
CMYK
RGB Variations
Color information
#BDC3EC (or 0xBDC3EC) is known color: Periwinkle. HEX triplet: BD, C3 and EC. RGB value is (189,195,236). Sum of RGB (Red+Green+Blue) = 189+195+236=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EC is #423C13. Grayscale: #C5C5C5. Windows color (decimal): -4340756 or 15516605. OLE color: 15516605.
HSL color Cylindrical-coordinate representation of color #BDC3EC: hue angle of 232.34º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC3EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 195 | 236 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 232.34º | 0.55% | 0.83% | - |
| HSV(B) | 232.34º | 0.2% | 0.93% | - |
| XYZ | 55.64 | 55.91 | 87.22 | - |
| YUV | 197.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 236 | 0.20 | 0.17 | 0 | 0.07 | 232.34 | 0.55 | 0.83 |
| Hex | BD | C3 | EC | 14 | 11 | 0 | 7 | E8 | 37 | 53 |
| Octal | 275 | 303 | 354 | 24 | 21 | 0 | 7 | 350 | 67 | 123 |
| Binary | 10111101 | 11000011 | 11101100 | 10100 | 10001 | 0 | 111 | 11101000 | 110111 | 1010011 |
Color Harmonies of #BDC3EC
Complementary color
Monochromatic Colors of #BDC3EC
Black with #BDC3EC
Text Example
Text Example
White with #BDC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3EC; }
p { color: rgb(189,195,236); }
H1.HeaderClassName
{
color: #BDC3EC;
}
.AnyTagClassName
{
color: #BDC3EC;
}
</style>
background-color css
<style>
a { background-color: #BDC3EC; }
a { background-color: rgb(189,195,236); }
div.DivClassName
{
background-color: #BDC3EC;
}
.BgClassName
{
background-color: #BDC3EC;
}
</style>
border-color css
<style>
span { border-color: #BDC3EC; }
span { border-color: rgb(189,195,236); }
td.TdClassName
{
border-color: #BDC3EC;
}
.TagClassName
{
border-color: #BDC3EC;
}
</style>