Shades of Periwinkle #BDC3EF
Tints of Periwinkle #BDC3EF
RGB
CMYK
RGB Variations
Color information
#BDC3EF (or 0xBDC3EF) is known color: Periwinkle. HEX triplet: BD, C3 and EF. RGB value is (189,195,239). Sum of RGB (Red+Green+Blue) = 189+195+239=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EF is #423C10. Grayscale: #C6C6C6. Windows color (decimal): -4340753 or 15713213. OLE color: 15713213.
HSL color Cylindrical-coordinate representation of color #BDC3EF: hue angle of 232.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC3EF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 195 | 239 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.06 |
| HSL | 232.8º | 0.61% | 0.84% | - |
| HSV(B) | 232.8º | 0.21% | 0.94% | - |
| XYZ | 56.08 | 56.08 | 89.53 | - |
| YUV | 198.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 239 | 0.21 | 0.18 | 0 | 0.06 | 232.8 | 0.61 | 0.84 |
| Hex | BD | C3 | EF | 15 | 12 | 0 | 6 | E9 | 3D | 54 |
| Octal | 275 | 303 | 357 | 25 | 22 | 0 | 6 | 351 | 75 | 124 |
| Binary | 10111101 | 11000011 | 11101111 | 10101 | 10010 | 0 | 110 | 11101001 | 111101 | 1010100 |
Color Harmonies of #BDC3EF
Complementary color
Monochromatic Colors of #BDC3EF
Black with #BDC3EF
Text Example
Text Example
White with #BDC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3EF; }
p { color: rgb(189,195,239); }
H1.HeaderClassName
{
color: #BDC3EF;
}
.AnyTagClassName
{
color: #BDC3EF;
}
</style>
background-color css
<style>
a { background-color: #BDC3EF; }
a { background-color: rgb(189,195,239); }
div.DivClassName
{
background-color: #BDC3EF;
}
.BgClassName
{
background-color: #BDC3EF;
}
</style>
border-color css
<style>
span { border-color: #BDC3EF; }
span { border-color: rgb(189,195,239); }
td.TdClassName
{
border-color: #BDC3EF;
}
.TagClassName
{
border-color: #BDC3EF;
}
</style>