Shades of Periwinkle #BDC5E9
Tints of Periwinkle #BDC5E9
RGB
CMYK
RGB Variations
Color information
#BDC5E9 (or 0xBDC5E9) is known color: Periwinkle. HEX triplet: BD, C5 and E9. RGB value is (189,197,233). Sum of RGB (Red+Green+Blue) = 189+197+233=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5E9 is #423A16. Grayscale: #C6C6C6. Windows color (decimal): -4340247 or 15320509. OLE color: 15320509.
HSL color Cylindrical-coordinate representation of color #BDC5E9: hue angle of 229.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC5E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 197 | 233 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 229.09º | 0.5% | 0.83% | - |
| HSV(B) | 229.09º | 0.19% | 0.91% | - |
| XYZ | 55.66 | 56.63 | 85.09 | - |
| YUV | 198.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 233 | 0.19 | 0.15 | 0 | 0.09 | 229.09 | 0.5 | 0.83 |
| Hex | BD | C5 | E9 | 13 | F | 0 | 9 | E5 | 32 | 53 |
| Octal | 275 | 305 | 351 | 23 | 17 | 0 | 11 | 345 | 62 | 123 |
| Binary | 10111101 | 11000101 | 11101001 | 10011 | 1111 | 0 | 1001 | 11100101 | 110010 | 1010011 |
Color Harmonies of #BDC5E9
Complementary color
Monochromatic Colors of #BDC5E9
Black with #BDC5E9
Text Example
Text Example
White with #BDC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5E9; }
p { color: rgb(189,197,233); }
H1.HeaderClassName
{
color: #BDC5E9;
}
.AnyTagClassName
{
color: #BDC5E9;
}
</style>
background-color css
<style>
a { background-color: #BDC5E9; }
a { background-color: rgb(189,197,233); }
div.DivClassName
{
background-color: #BDC5E9;
}
.BgClassName
{
background-color: #BDC5E9;
}
</style>
border-color css
<style>
span { border-color: #BDC5E9; }
span { border-color: rgb(189,197,233); }
td.TdClassName
{
border-color: #BDC5E9;
}
.TagClassName
{
border-color: #BDC5E9;
}
</style>