Shades of Periwinkle #BDC9F6
Tints of Periwinkle #BDC9F6
RGB
CMYK
RGB Variations
Color information
#BDC9F6 (or 0xBDC9F6) is known color: Periwinkle. HEX triplet: BD, C9 and F6. RGB value is (189,201,246). Sum of RGB (Red+Green+Blue) = 189+201+246=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9F6 is #423609. Grayscale: #CACACA. Windows color (decimal): -4339210 or 16173501. OLE color: 16173501.
HSL color Cylindrical-coordinate representation of color #BDC9F6: hue angle of 227.37º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC9F6 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 201 | 246 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.04 |
| HSL | 227.37º | 0.76% | 0.85% | - |
| HSV(B) | 227.37º | 0.23% | 0.96% | - |
| XYZ | 58.51 | 59.25 | 95.54 | - |
| YUV | 202.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 246 | 0.23 | 0.18 | 0 | 0.04 | 227.37 | 0.76 | 0.85 |
| Hex | BD | C9 | F6 | 17 | 12 | 0 | 4 | E3 | 4C | 55 |
| Octal | 275 | 311 | 366 | 27 | 22 | 0 | 4 | 343 | 114 | 125 |
| Binary | 10111101 | 11001001 | 11110110 | 10111 | 10010 | 0 | 100 | 11100011 | 1001100 | 1010101 |
Color Harmonies of #BDC9F6
Complementary color
Monochromatic Colors of #BDC9F6
Black with #BDC9F6
Text Example
Text Example
White with #BDC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9F6; }
p { color: rgb(189,201,246); }
H1.HeaderClassName
{
color: #BDC9F6;
}
.AnyTagClassName
{
color: #BDC9F6;
}
</style>
background-color css
<style>
a { background-color: #BDC9F6; }
a { background-color: rgb(189,201,246); }
div.DivClassName
{
background-color: #BDC9F6;
}
.BgClassName
{
background-color: #BDC9F6;
}
</style>
border-color css
<style>
span { border-color: #BDC9F6; }
span { border-color: rgb(189,201,246); }
td.TdClassName
{
border-color: #BDC9F6;
}
.TagClassName
{
border-color: #BDC9F6;
}
</style>