Shades of Periwinkle #BDC7DE
Tints of Periwinkle #BDC7DE
RGB
CMYK
RGB Variations
Color information
#BDC7DE (or 0xBDC7DE) is known color: Periwinkle. HEX triplet: BD, C7 and DE. RGB value is (189,199,222). Sum of RGB (Red+Green+Blue) = 189+199+222=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DE is #423821. Grayscale: #C6C6C6. Windows color (decimal): -4339746 or 14600125. OLE color: 14600125.
HSL color Cylindrical-coordinate representation of color #BDC7DE: hue angle of 221.82º degrees, saturation: 0.33, 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 #BDC7DE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 199 | 222 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.13 |
| HSL | 221.82º | 0.33% | 0.81% | - |
| HSV(B) | 221.82º | 0.15% | 0.87% | - |
| XYZ | 54.59 | 56.94 | 77.22 | - |
| YUV | 198.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 222 | 0.15 | 0.10 | 0 | 0.13 | 221.82 | 0.33 | 0.81 |
| Hex | BD | C7 | DE | F | A | 0 | D | DE | 21 | 51 |
| Octal | 275 | 307 | 336 | 17 | 12 | 0 | 15 | 336 | 41 | 121 |
| Binary | 10111101 | 11000111 | 11011110 | 1111 | 1010 | 0 | 1101 | 11011110 | 100001 | 1010001 |
Color Harmonies of #BDC7DE
Complementary color
Monochromatic Colors of #BDC7DE
Black with #BDC7DE
Text Example
Text Example
White with #BDC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7DE; }
p { color: rgb(189,199,222); }
H1.HeaderClassName
{
color: #BDC7DE;
}
.AnyTagClassName
{
color: #BDC7DE;
}
</style>
background-color css
<style>
a { background-color: #BDC7DE; }
a { background-color: rgb(189,199,222); }
div.DivClassName
{
background-color: #BDC7DE;
}
.BgClassName
{
background-color: #BDC7DE;
}
</style>
border-color css
<style>
span { border-color: #BDC7DE; }
span { border-color: rgb(189,199,222); }
td.TdClassName
{
border-color: #BDC7DE;
}
.TagClassName
{
border-color: #BDC7DE;
}
</style>