Shades of Periwinkle #BDC4DF
Tints of Periwinkle #BDC4DF
RGB
CMYK
RGB Variations
Color information
#BDC4DF (or 0xBDC4DF) is known color: Periwinkle. HEX triplet: BD, C4 and DF. RGB value is (189,196,223). Sum of RGB (Red+Green+Blue) = 189+196+223=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DF is #423B20. Grayscale: #C4C4C4. Windows color (decimal): -4340513 or 14664893. OLE color: 14664893.
HSL color Cylindrical-coordinate representation of color #BDC4DF: hue angle of 227.65º 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 #BDC4DF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 196 | 223 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 227.65º | 0.35% | 0.81% | - |
| HSV(B) | 227.65º | 0.15% | 0.87% | - |
| XYZ | 54.05 | 55.63 | 77.7 | - |
| YUV | 196.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 223 | 0.15 | 0.12 | 0 | 0.13 | 227.65 | 0.35 | 0.81 |
| Hex | BD | C4 | DF | F | C | 0 | D | E4 | 23 | 51 |
| Octal | 275 | 304 | 337 | 17 | 14 | 0 | 15 | 344 | 43 | 121 |
| Binary | 10111101 | 11000100 | 11011111 | 1111 | 1100 | 0 | 1101 | 11100100 | 100011 | 1010001 |
Color Harmonies of #BDC4DF
Complementary color
Monochromatic Colors of #BDC4DF
Black with #BDC4DF
Text Example
Text Example
White with #BDC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4DF; }
p { color: rgb(189,196,223); }
H1.HeaderClassName
{
color: #BDC4DF;
}
.AnyTagClassName
{
color: #BDC4DF;
}
</style>
background-color css
<style>
a { background-color: #BDC4DF; }
a { background-color: rgb(189,196,223); }
div.DivClassName
{
background-color: #BDC4DF;
}
.BgClassName
{
background-color: #BDC4DF;
}
</style>
border-color css
<style>
span { border-color: #BDC4DF; }
span { border-color: rgb(189,196,223); }
td.TdClassName
{
border-color: #BDC4DF;
}
.TagClassName
{
border-color: #BDC4DF;
}
</style>