Shades of Periwinkle #BDD1EC
Tints of Periwinkle #BDD1EC
RGB
CMYK
RGB Variations
Color information
#BDD1EC (or 0xBDD1EC) is known color: Periwinkle. HEX triplet: BD, D1 and EC. RGB value is (189,209,236). Sum of RGB (Red+Green+Blue) = 189+209+236=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EC is #422E13. Grayscale: #CDCDCD. Windows color (decimal): -4337172 or 15520189. OLE color: 15520189.
HSL color Cylindrical-coordinate representation of color #BDD1EC: hue angle of 214.47º 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 #BDD1EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 209 | 236 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 214.47º | 0.55% | 0.83% | - |
| HSV(B) | 214.47º | 0.2% | 0.93% | - |
| XYZ | 58.93 | 62.48 | 88.31 | - |
| YUV | 206.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 236 | 0.20 | 0.11 | 0 | 0.07 | 214.47 | 0.55 | 0.83 |
| Hex | BD | D1 | EC | 14 | B | 0 | 7 | D6 | 37 | 53 |
| Octal | 275 | 321 | 354 | 24 | 13 | 0 | 7 | 326 | 67 | 123 |
| Binary | 10111101 | 11010001 | 11101100 | 10100 | 1011 | 0 | 111 | 11010110 | 110111 | 1010011 |
Color Harmonies of #BDD1EC
Complementary color
Monochromatic Colors of #BDD1EC
Black with #BDD1EC
Text Example
Text Example
White with #BDD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1EC; }
p { color: rgb(189,209,236); }
H1.HeaderClassName
{
color: #BDD1EC;
}
.AnyTagClassName
{
color: #BDD1EC;
}
</style>
background-color css
<style>
a { background-color: #BDD1EC; }
a { background-color: rgb(189,209,236); }
div.DivClassName
{
background-color: #BDD1EC;
}
.BgClassName
{
background-color: #BDD1EC;
}
</style>
border-color css
<style>
span { border-color: #BDD1EC; }
span { border-color: rgb(189,209,236); }
td.TdClassName
{
border-color: #BDD1EC;
}
.TagClassName
{
border-color: #BDD1EC;
}
</style>