Shades of Periwinkle #BDC7F6
Tints of Periwinkle #BDC7F6
RGB
CMYK
RGB Variations
Color information
#BDC7F6 (or 0xBDC7F6) is known color: Periwinkle. HEX triplet: BD, C7 and F6. RGB value is (189,199,246). Sum of RGB (Red+Green+Blue) = 189+199+246=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7F6 is #423809. Grayscale: #C9C9C9. Windows color (decimal): -4339722 or 16172989. OLE color: 16172989.
HSL color Cylindrical-coordinate representation of color #BDC7F6: hue angle of 229.47º 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 #BDC7F6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 199 | 246 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.04 |
| HSL | 229.47º | 0.76% | 0.85% | - |
| HSV(B) | 229.47º | 0.23% | 0.96% | - |
| XYZ | 58.04 | 58.32 | 95.39 | - |
| YUV | 201.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 246 | 0.23 | 0.19 | 0 | 0.04 | 229.47 | 0.76 | 0.85 |
| Hex | BD | C7 | F6 | 17 | 13 | 0 | 4 | E5 | 4C | 55 |
| Octal | 275 | 307 | 366 | 27 | 23 | 0 | 4 | 345 | 114 | 125 |
| Binary | 10111101 | 11000111 | 11110110 | 10111 | 10011 | 0 | 100 | 11100101 | 1001100 | 1010101 |
Color Harmonies of #BDC7F6
Complementary color
Monochromatic Colors of #BDC7F6
Black with #BDC7F6
Text Example
Text Example
White with #BDC7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7F6; }
p { color: rgb(189,199,246); }
H1.HeaderClassName
{
color: #BDC7F6;
}
.AnyTagClassName
{
color: #BDC7F6;
}
</style>
background-color css
<style>
a { background-color: #BDC7F6; }
a { background-color: rgb(189,199,246); }
div.DivClassName
{
background-color: #BDC7F6;
}
.BgClassName
{
background-color: #BDC7F6;
}
</style>
border-color css
<style>
span { border-color: #BDC7F6; }
span { border-color: rgb(189,199,246); }
td.TdClassName
{
border-color: #BDC7F6;
}
.TagClassName
{
border-color: #BDC7F6;
}
</style>