Shades of Periwinkle #BDC5DD
Tints of Periwinkle #BDC5DD
RGB
CMYK
RGB Variations
Color information
#BDC5DD (or 0xBDC5DD) is known color: Periwinkle. HEX triplet: BD, C5 and DD. RGB value is (189,197,221). Sum of RGB (Red+Green+Blue) = 189+197+221=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DD is #423A22. Grayscale: #C5C5C5. Windows color (decimal): -4340259 or 14534077. OLE color: 14534077.
HSL color Cylindrical-coordinate representation of color #BDC5DD: hue angle of 225º 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 #BDC5DD is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 197 | 221 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.13 |
| HSL | 225º | 0.32% | 0.8% | - |
| HSV(B) | 225º | 0.14% | 0.87% | - |
| XYZ | 54 | 55.97 | 76.36 | - |
| YUV | 197.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 221 | 0.14 | 0.11 | 0 | 0.13 | 225 | 0.32 | 0.8 |
| Hex | BD | C5 | DD | E | B | 0 | D | E1 | 20 | 50 |
| Octal | 275 | 305 | 335 | 16 | 13 | 0 | 15 | 341 | 40 | 120 |
| Binary | 10111101 | 11000101 | 11011101 | 1110 | 1011 | 0 | 1101 | 11100001 | 100000 | 1010000 |
Color Harmonies of #BDC5DD
Complementary color
Monochromatic Colors of #BDC5DD
Black with #BDC5DD
Text Example
Text Example
White with #BDC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5DD; }
p { color: rgb(189,197,221); }
H1.HeaderClassName
{
color: #BDC5DD;
}
.AnyTagClassName
{
color: #BDC5DD;
}
</style>
background-color css
<style>
a { background-color: #BDC5DD; }
a { background-color: rgb(189,197,221); }
div.DivClassName
{
background-color: #BDC5DD;
}
.BgClassName
{
background-color: #BDC5DD;
}
</style>
border-color css
<style>
span { border-color: #BDC5DD; }
span { border-color: rgb(189,197,221); }
td.TdClassName
{
border-color: #BDC5DD;
}
.TagClassName
{
border-color: #BDC5DD;
}
</style>