Shades of Periwinkle #BDD0EC
Tints of Periwinkle #BDD0EC
RGB
CMYK
RGB Variations
Color information
#BDD0EC (or 0xBDD0EC) is known color: Periwinkle. HEX triplet: BD, D0 and EC. RGB value is (189,208,236). Sum of RGB (Red+Green+Blue) = 189+208+236=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EC is #422F13. Grayscale: #CDCDCD. Windows color (decimal): -4337428 or 15519933. OLE color: 15519933.
HSL color Cylindrical-coordinate representation of color #BDD0EC: hue angle of 215.74º 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 #BDD0EC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 208 | 236 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.07 |
| HSL | 215.74º | 0.55% | 0.83% | - |
| HSV(B) | 215.74º | 0.2% | 0.93% | - |
| XYZ | 58.68 | 61.99 | 88.23 | - |
| YUV | 205.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 236 | 0.20 | 0.12 | 0 | 0.07 | 215.74 | 0.55 | 0.83 |
| Hex | BD | D0 | EC | 14 | C | 0 | 7 | D8 | 37 | 53 |
| Octal | 275 | 320 | 354 | 24 | 14 | 0 | 7 | 330 | 67 | 123 |
| Binary | 10111101 | 11010000 | 11101100 | 10100 | 1100 | 0 | 111 | 11011000 | 110111 | 1010011 |
Color Harmonies of #BDD0EC
Complementary color
Monochromatic Colors of #BDD0EC
Black with #BDD0EC
Text Example
Text Example
White with #BDD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0EC; }
p { color: rgb(189,208,236); }
H1.HeaderClassName
{
color: #BDD0EC;
}
.AnyTagClassName
{
color: #BDD0EC;
}
</style>
background-color css
<style>
a { background-color: #BDD0EC; }
a { background-color: rgb(189,208,236); }
div.DivClassName
{
background-color: #BDD0EC;
}
.BgClassName
{
background-color: #BDD0EC;
}
</style>
border-color css
<style>
span { border-color: #BDD0EC; }
span { border-color: rgb(189,208,236); }
td.TdClassName
{
border-color: #BDD0EC;
}
.TagClassName
{
border-color: #BDD0EC;
}
</style>