Shades of Periwinkle #BDC5ED
Tints of Periwinkle #BDC5ED
RGB
CMYK
RGB Variations
Color information
#BDC5ED (or 0xBDC5ED) is known color: Periwinkle. HEX triplet: BD, C5 and ED. RGB value is (189,197,237). Sum of RGB (Red+Green+Blue) = 189+197+237=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5ED is #423A12. Grayscale: #C6C6C6. Windows color (decimal): -4340243 or 15582653. OLE color: 15582653.
HSL color Cylindrical-coordinate representation of color #BDC5ED: hue angle of 230º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC5ED is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 197 | 237 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 230º | 0.57% | 0.84% | - |
| HSV(B) | 230º | 0.2% | 0.93% | - |
| XYZ | 56.24 | 56.87 | 88.13 | - |
| YUV | 199.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 237 | 0.20 | 0.17 | 0 | 0.07 | 230 | 0.57 | 0.84 |
| Hex | BD | C5 | ED | 14 | 11 | 0 | 7 | E6 | 39 | 54 |
| Octal | 275 | 305 | 355 | 24 | 21 | 0 | 7 | 346 | 71 | 124 |
| Binary | 10111101 | 11000101 | 11101101 | 10100 | 10001 | 0 | 111 | 11100110 | 111001 | 1010100 |
Color Harmonies of #BDC5ED
Complementary color
Monochromatic Colors of #BDC5ED
Black with #BDC5ED
Text Example
Text Example
White with #BDC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5ED; }
p { color: rgb(189,197,237); }
H1.HeaderClassName
{
color: #BDC5ED;
}
.AnyTagClassName
{
color: #BDC5ED;
}
</style>
background-color css
<style>
a { background-color: #BDC5ED; }
a { background-color: rgb(189,197,237); }
div.DivClassName
{
background-color: #BDC5ED;
}
.BgClassName
{
background-color: #BDC5ED;
}
</style>
border-color css
<style>
span { border-color: #BDC5ED; }
span { border-color: rgb(189,197,237); }
td.TdClassName
{
border-color: #BDC5ED;
}
.TagClassName
{
border-color: #BDC5ED;
}
</style>