Shades of Periwinkle #BDC7DD
Tints of Periwinkle #BDC7DD
RGB
CMYK
RGB Variations
Color information
#BDC7DD (or 0xBDC7DD) is known color: Periwinkle. HEX triplet: BD, C7 and DD. RGB value is (189,199,221). Sum of RGB (Red+Green+Blue) = 189+199+221=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DD is #423822. Grayscale: #C6C6C6. Windows color (decimal): -4339747 or 14534589. OLE color: 14534589.
HSL color Cylindrical-coordinate representation of color #BDC7DD: hue angle of 221.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC7DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 199 | 221 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 221.25º | 0.32% | 0.8% | - |
| HSV(B) | 221.25º | 0.14% | 0.87% | - |
| XYZ | 54.46 | 56.89 | 76.52 | - |
| YUV | 198.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 221 | 0.14 | 0.10 | 0 | 0.13 | 221.25 | 0.32 | 0.8 |
| Hex | BD | C7 | DD | E | A | 0 | D | DD | 20 | 50 |
| Octal | 275 | 307 | 335 | 16 | 12 | 0 | 15 | 335 | 40 | 120 |
| Binary | 10111101 | 11000111 | 11011101 | 1110 | 1010 | 0 | 1101 | 11011101 | 100000 | 1010000 |
Color Harmonies of #BDC7DD
Complementary color
Monochromatic Colors of #BDC7DD
Black with #BDC7DD
Text Example
Text Example
White with #BDC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7DD; }
p { color: rgb(189,199,221); }
H1.HeaderClassName
{
color: #BDC7DD;
}
.AnyTagClassName
{
color: #BDC7DD;
}
</style>
background-color css
<style>
a { background-color: #BDC7DD; }
a { background-color: rgb(189,199,221); }
div.DivClassName
{
background-color: #BDC7DD;
}
.BgClassName
{
background-color: #BDC7DD;
}
</style>
border-color css
<style>
span { border-color: #BDC7DD; }
span { border-color: rgb(189,199,221); }
td.TdClassName
{
border-color: #BDC7DD;
}
.TagClassName
{
border-color: #BDC7DD;
}
</style>