Shades of Periwinkle #BDC6E7
Tints of Periwinkle #BDC6E7
RGB
CMYK
RGB Variations
Color information
#BDC6E7 (or 0xBDC6E7) is known color: Periwinkle. HEX triplet: BD, C6 and E7. RGB value is (189,198,231). Sum of RGB (Red+Green+Blue) = 189+198+231=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6E7 is #423918. Grayscale: #C6C6C6. Windows color (decimal): -4339993 or 15189693. OLE color: 15189693.
HSL color Cylindrical-coordinate representation of color #BDC6E7: hue angle of 227.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC6E7 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 198 | 231 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.09 |
| HSL | 227.14º | 0.47% | 0.82% | - |
| HSV(B) | 227.14º | 0.18% | 0.91% | - |
| XYZ | 55.6 | 56.98 | 83.67 | - |
| YUV | 199.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 231 | 0.18 | 0.14 | 0 | 0.09 | 227.14 | 0.47 | 0.82 |
| Hex | BD | C6 | E7 | 12 | E | 0 | 9 | E3 | 2F | 52 |
| Octal | 275 | 306 | 347 | 22 | 16 | 0 | 11 | 343 | 57 | 122 |
| Binary | 10111101 | 11000110 | 11100111 | 10010 | 1110 | 0 | 1001 | 11100011 | 101111 | 1010010 |
Color Harmonies of #BDC6E7
Complementary color
Monochromatic Colors of #BDC6E7
Black with #BDC6E7
Text Example
Text Example
White with #BDC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6E7; }
p { color: rgb(189,198,231); }
H1.HeaderClassName
{
color: #BDC6E7;
}
.AnyTagClassName
{
color: #BDC6E7;
}
</style>
background-color css
<style>
a { background-color: #BDC6E7; }
a { background-color: rgb(189,198,231); }
div.DivClassName
{
background-color: #BDC6E7;
}
.BgClassName
{
background-color: #BDC6E7;
}
</style>
border-color css
<style>
span { border-color: #BDC6E7; }
span { border-color: rgb(189,198,231); }
td.TdClassName
{
border-color: #BDC6E7;
}
.TagClassName
{
border-color: #BDC6E7;
}
</style>