Shades of Periwinkle #BDC6DF
Tints of Periwinkle #BDC6DF
RGB
CMYK
RGB Variations
Color information
#BDC6DF (or 0xBDC6DF) is known color: Periwinkle. HEX triplet: BD, C6 and DF. RGB value is (189,198,223). Sum of RGB (Red+Green+Blue) = 189+198+223=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DF is #423920. Grayscale: #C6C6C6. Windows color (decimal): -4340001 or 14665405. OLE color: 14665405.
HSL color Cylindrical-coordinate representation of color #BDC6DF: hue angle of 224.12º 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 #BDC6DF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 198 | 223 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.13 |
| HSL | 224.12º | 0.35% | 0.81% | - |
| HSV(B) | 224.12º | 0.15% | 0.87% | - |
| XYZ | 54.5 | 56.53 | 77.85 | - |
| YUV | 198.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 223 | 0.15 | 0.11 | 0 | 0.13 | 224.12 | 0.35 | 0.81 |
| Hex | BD | C6 | DF | F | B | 0 | D | E0 | 23 | 51 |
| Octal | 275 | 306 | 337 | 17 | 13 | 0 | 15 | 340 | 43 | 121 |
| Binary | 10111101 | 11000110 | 11011111 | 1111 | 1011 | 0 | 1101 | 11100000 | 100011 | 1010001 |
Color Harmonies of #BDC6DF
Complementary color
Monochromatic Colors of #BDC6DF
Black with #BDC6DF
Text Example
Text Example
White with #BDC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6DF; }
p { color: rgb(189,198,223); }
H1.HeaderClassName
{
color: #BDC6DF;
}
.AnyTagClassName
{
color: #BDC6DF;
}
</style>
background-color css
<style>
a { background-color: #BDC6DF; }
a { background-color: rgb(189,198,223); }
div.DivClassName
{
background-color: #BDC6DF;
}
.BgClassName
{
background-color: #BDC6DF;
}
</style>
border-color css
<style>
span { border-color: #BDC6DF; }
span { border-color: rgb(189,198,223); }
td.TdClassName
{
border-color: #BDC6DF;
}
.TagClassName
{
border-color: #BDC6DF;
}
</style>