Shades of Periwinkle #BDC5EF
Tints of Periwinkle #BDC5EF
RGB
CMYK
RGB Variations
Color information
#BDC5EF (or 0xBDC5EF) is known color: Periwinkle. HEX triplet: BD, C5 and EF. RGB value is (189,197,239). Sum of RGB (Red+Green+Blue) = 189+197+239=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EF is #423A10. Grayscale: #C7C7C7. Windows color (decimal): -4340241 or 15713725. OLE color: 15713725.
HSL color Cylindrical-coordinate representation of color #BDC5EF: hue angle of 230.4º 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 #BDC5EF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 197 | 239 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.06 |
| HSL | 230.4º | 0.61% | 0.84% | - |
| HSV(B) | 230.4º | 0.21% | 0.94% | - |
| XYZ | 56.53 | 56.98 | 89.68 | - |
| YUV | 199.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 239 | 0.21 | 0.18 | 0 | 0.06 | 230.4 | 0.61 | 0.84 |
| Hex | BD | C5 | EF | 15 | 12 | 0 | 6 | E6 | 3D | 54 |
| Octal | 275 | 305 | 357 | 25 | 22 | 0 | 6 | 346 | 75 | 124 |
| Binary | 10111101 | 11000101 | 11101111 | 10101 | 10010 | 0 | 110 | 11100110 | 111101 | 1010100 |
Color Harmonies of #BDC5EF
Complementary color
Monochromatic Colors of #BDC5EF
Black with #BDC5EF
Text Example
Text Example
White with #BDC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5EF; }
p { color: rgb(189,197,239); }
H1.HeaderClassName
{
color: #BDC5EF;
}
.AnyTagClassName
{
color: #BDC5EF;
}
</style>
background-color css
<style>
a { background-color: #BDC5EF; }
a { background-color: rgb(189,197,239); }
div.DivClassName
{
background-color: #BDC5EF;
}
.BgClassName
{
background-color: #BDC5EF;
}
</style>
border-color css
<style>
span { border-color: #BDC5EF; }
span { border-color: rgb(189,197,239); }
td.TdClassName
{
border-color: #BDC5EF;
}
.TagClassName
{
border-color: #BDC5EF;
}
</style>