Shades of Periwinkle #BDC6DC
Tints of Periwinkle #BDC6DC
RGB
CMYK
RGB Variations
Color information
#BDC6DC (or 0xBDC6DC) is known color: Periwinkle. HEX triplet: BD, C6 and DC. RGB value is (189,198,220). Sum of RGB (Red+Green+Blue) = 189+198+220=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DC is #423923. Grayscale: #C5C5C5. Windows color (decimal): -4340004 or 14468797. OLE color: 14468797.
HSL color Cylindrical-coordinate representation of color #BDC6DC: hue angle of 222.58º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC6DC is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 198 | 220 | - |
| CMYK | 0.14 | 0.1 | 0 | 0.14 |
| HSL | 222.58º | 0.31% | 0.8% | - |
| HSV(B) | 222.58º | 0.14% | 0.86% | - |
| XYZ | 54.1 | 56.37 | 75.74 | - |
| YUV | 197.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 220 | 0.14 | 0.1 | 0 | 0.14 | 222.58 | 0.31 | 0.8 |
| Hex | BD | C6 | DC | E | A | 0 | E | DF | 1F | 50 |
| Octal | 275 | 306 | 334 | 16 | 12 | 0 | 16 | 337 | 37 | 120 |
| Binary | 10111101 | 11000110 | 11011100 | 1110 | 1010 | 0 | 1110 | 11011111 | 11111 | 1010000 |
Color Harmonies of #BDC6DC
Complementary color
Monochromatic Colors of #BDC6DC
Black with #BDC6DC
Text Example
Text Example
White with #BDC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6DC; }
p { color: rgb(189,198,220); }
H1.HeaderClassName
{
color: #BDC6DC;
}
.AnyTagClassName
{
color: #BDC6DC;
}
</style>
background-color css
<style>
a { background-color: #BDC6DC; }
a { background-color: rgb(189,198,220); }
div.DivClassName
{
background-color: #BDC6DC;
}
.BgClassName
{
background-color: #BDC6DC;
}
</style>
border-color css
<style>
span { border-color: #BDC6DC; }
span { border-color: rgb(189,198,220); }
td.TdClassName
{
border-color: #BDC6DC;
}
.TagClassName
{
border-color: #BDC6DC;
}
</style>