Shades of Periwinkle #BDC8EC
Tints of Periwinkle #BDC8EC
RGB
CMYK
RGB Variations
Color information
#BDC8EC (or 0xBDC8EC) is known color: Periwinkle. HEX triplet: BD, C8 and EC. RGB value is (189,200,236). Sum of RGB (Red+Green+Blue) = 189+200+236=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EC is #423713. Grayscale: #C8C8C8. Windows color (decimal): -4339476 or 15517885. OLE color: 15517885.
HSL color Cylindrical-coordinate representation of color #BDC8EC: hue angle of 225.96º 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 #BDC8EC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 200 | 236 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.07 |
| HSL | 225.96º | 0.55% | 0.83% | - |
| HSV(B) | 225.96º | 0.2% | 0.93% | - |
| XYZ | 56.78 | 58.18 | 87.59 | - |
| YUV | 200.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 236 | 0.20 | 0.15 | 0 | 0.07 | 225.96 | 0.55 | 0.83 |
| Hex | BD | C8 | EC | 14 | F | 0 | 7 | E2 | 37 | 53 |
| Octal | 275 | 310 | 354 | 24 | 17 | 0 | 7 | 342 | 67 | 123 |
| Binary | 10111101 | 11001000 | 11101100 | 10100 | 1111 | 0 | 111 | 11100010 | 110111 | 1010011 |
Color Harmonies of #BDC8EC
Complementary color
Monochromatic Colors of #BDC8EC
Black with #BDC8EC
Text Example
Text Example
White with #BDC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8EC; }
p { color: rgb(189,200,236); }
H1.HeaderClassName
{
color: #BDC8EC;
}
.AnyTagClassName
{
color: #BDC8EC;
}
</style>
background-color css
<style>
a { background-color: #BDC8EC; }
a { background-color: rgb(189,200,236); }
div.DivClassName
{
background-color: #BDC8EC;
}
.BgClassName
{
background-color: #BDC8EC;
}
</style>
border-color css
<style>
span { border-color: #BDC8EC; }
span { border-color: rgb(189,200,236); }
td.TdClassName
{
border-color: #BDC8EC;
}
.TagClassName
{
border-color: #BDC8EC;
}
</style>