Shades of Periwinkle #BDC6DD
Tints of Periwinkle #BDC6DD
RGB
CMYK
RGB Variations
Color information
#BDC6DD (or 0xBDC6DD) is known color: Periwinkle. HEX triplet: BD, C6 and DD. RGB value is (189,198,221). Sum of RGB (Red+Green+Blue) = 189+198+221=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DD is #423922. Grayscale: #C5C5C5. Windows color (decimal): -4340003 or 14534333. OLE color: 14534333.
HSL color Cylindrical-coordinate representation of color #BDC6DD: hue angle of 223.12º 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 #BDC6DD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 198 | 221 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 223.13º | 0.32% | 0.8% | - |
| HSV(B) | 223.13º | 0.14% | 0.87% | - |
| XYZ | 54.23 | 56.43 | 76.44 | - |
| YUV | 197.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 221 | 0.14 | 0.10 | 0 | 0.13 | 223.13 | 0.32 | 0.8 |
| Hex | BD | C6 | DD | E | A | 0 | D | DF | 20 | 50 |
| Octal | 275 | 306 | 335 | 16 | 12 | 0 | 15 | 337 | 40 | 120 |
| Binary | 10111101 | 11000110 | 11011101 | 1110 | 1010 | 0 | 1101 | 11011111 | 100000 | 1010000 |
Color Harmonies of #BDC6DD
Complementary color
Monochromatic Colors of #BDC6DD
Black with #BDC6DD
Text Example
Text Example
White with #BDC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6DD; }
p { color: rgb(189,198,221); }
H1.HeaderClassName
{
color: #BDC6DD;
}
.AnyTagClassName
{
color: #BDC6DD;
}
</style>
background-color css
<style>
a { background-color: #BDC6DD; }
a { background-color: rgb(189,198,221); }
div.DivClassName
{
background-color: #BDC6DD;
}
.BgClassName
{
background-color: #BDC6DD;
}
</style>
border-color css
<style>
span { border-color: #BDC6DD; }
span { border-color: rgb(189,198,221); }
td.TdClassName
{
border-color: #BDC6DD;
}
.TagClassName
{
border-color: #BDC6DD;
}
</style>