Shades of Periwinkle #BDC9DF
Tints of Periwinkle #BDC9DF
RGB
CMYK
RGB Variations
Color information
#BDC9DF (or 0xBDC9DF) is known color: Periwinkle. HEX triplet: BD, C9 and DF. RGB value is (189,201,223). Sum of RGB (Red+Green+Blue) = 189+201+223=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DF is #423620. Grayscale: #C7C7C7. Windows color (decimal): -4339233 or 14666173. OLE color: 14666173.
HSL color Cylindrical-coordinate representation of color #BDC9DF: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC9DF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 201 | 223 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.13 |
| HSL | 218.82º | 0.35% | 0.81% | - |
| HSV(B) | 218.82º | 0.15% | 0.87% | - |
| XYZ | 55.19 | 57.92 | 78.08 | - |
| YUV | 199.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 223 | 0.15 | 0.10 | 0 | 0.13 | 218.82 | 0.35 | 0.81 |
| Hex | BD | C9 | DF | F | A | 0 | D | DB | 23 | 51 |
| Octal | 275 | 311 | 337 | 17 | 12 | 0 | 15 | 333 | 43 | 121 |
| Binary | 10111101 | 11001001 | 11011111 | 1111 | 1010 | 0 | 1101 | 11011011 | 100011 | 1010001 |
Color Harmonies of #BDC9DF
Complementary color
Monochromatic Colors of #BDC9DF
Black with #BDC9DF
Text Example
Text Example
White with #BDC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9DF; }
p { color: rgb(189,201,223); }
H1.HeaderClassName
{
color: #BDC9DF;
}
.AnyTagClassName
{
color: #BDC9DF;
}
</style>
background-color css
<style>
a { background-color: #BDC9DF; }
a { background-color: rgb(189,201,223); }
div.DivClassName
{
background-color: #BDC9DF;
}
.BgClassName
{
background-color: #BDC9DF;
}
</style>
border-color css
<style>
span { border-color: #BDC9DF; }
span { border-color: rgb(189,201,223); }
td.TdClassName
{
border-color: #BDC9DF;
}
.TagClassName
{
border-color: #BDC9DF;
}
</style>