Shades of Periwinkle #BDC2DF
Tints of Periwinkle #BDC2DF
RGB
CMYK
RGB Variations
Color information
#BDC2DF (or 0xBDC2DF) is known color: Periwinkle. HEX triplet: BD, C2 and DF. RGB value is (189,194,223). Sum of RGB (Red+Green+Blue) = 189+194+223=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DF is #423D20. Grayscale: #C3C3C3. Windows color (decimal): -4341025 or 14664381. OLE color: 14664381.
HSL color Cylindrical-coordinate representation of color #BDC2DF: hue angle of 231.18º 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 #BDC2DF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 194 | 223 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.13 |
| HSL | 231.18º | 0.35% | 0.81% | - |
| HSV(B) | 231.18º | 0.15% | 0.87% | - |
| XYZ | 53.6 | 54.73 | 77.55 | - |
| YUV | 195.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 223 | 0.15 | 0.13 | 0 | 0.13 | 231.18 | 0.35 | 0.81 |
| Hex | BD | C2 | DF | F | D | 0 | D | E7 | 23 | 51 |
| Octal | 275 | 302 | 337 | 17 | 15 | 0 | 15 | 347 | 43 | 121 |
| Binary | 10111101 | 11000010 | 11011111 | 1111 | 1101 | 0 | 1101 | 11100111 | 100011 | 1010001 |
Color Harmonies of #BDC2DF
Complementary color
Monochromatic Colors of #BDC2DF
Black with #BDC2DF
Text Example
Text Example
White with #BDC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2DF; }
p { color: rgb(189,194,223); }
H1.HeaderClassName
{
color: #BDC2DF;
}
.AnyTagClassName
{
color: #BDC2DF;
}
</style>
background-color css
<style>
a { background-color: #BDC2DF; }
a { background-color: rgb(189,194,223); }
div.DivClassName
{
background-color: #BDC2DF;
}
.BgClassName
{
background-color: #BDC2DF;
}
</style>
border-color css
<style>
span { border-color: #BDC2DF; }
span { border-color: rgb(189,194,223); }
td.TdClassName
{
border-color: #BDC2DF;
}
.TagClassName
{
border-color: #BDC2DF;
}
</style>